Stream
This page provides a comprehensive overview of stream operations in Databend, organized by functionality for easy reference.
Stream Management
| Command | Description |
|---|---|
| CREATE STREAM | Creates a new stream to track changes in a table |
| DROP STREAM | Removes a stream |
Stream Information
| Command | Description |
|---|---|
| DESC STREAM | Shows detailed information about a stream |
| SHOW STREAMS | Lists all streams in the current or specified database |
Related Topics
note
Streams in Databend are used to track and capture changes to tables, enabling continuous data pipelines and real-time data processing.