Stage
This page provides a comprehensive overview of stage operations in Databend, organized by functionality for easy reference.
Stage Management
| Command | Description |
|---|---|
| CREATE STAGE | Creates a new stage for storing files |
| DROP STAGE | Removes a stage |
| PRESIGN | Generates a pre-signed URL for stage access |
Stage Operations
| Command | Description |
|---|---|
| LIST STAGE | Lists files in a stage |
| REMOVE STAGE | Removes files from a stage |
Stage Information
| Command | Description |
|---|---|
| DESC STAGE | Shows detailed information about a stage |
| SHOW STAGES | Lists all stages in the current or specified database |
Related Topics
note
Stages in Databend are used as temporary storage locations for data files that you want to load into tables or unload from tables.