Table Stream
Table Stream is the change data capture (CDC) mechanism in Lakehouse. It captures INSERT, UPDATE, and DELETE changes on a table for downstream tasks to consume.
For a detailed introduction, see Table Stream Object Model.
In This Chapter
| Page | Description |
|---|---|
| TABLE STREAM Overview | Full concepts, how it works, and best practices |
| CREATE TABLE STREAM | Create a stream; supports STANDARD and APPEND_ONLY modes |
| DESC TABLE STREAM | View stream details, including offset position and stale status |
| SHOW TABLE STREAMS | List all streams in the current schema |
| DROP TABLE STREAM | Drop a stream (source table data is unaffected) |
Common Operations
Create a Stream
Consume a Stream
View and Drop
Related Documentation
| Document | Description |
|---|---|
| Table Stream Object Model | Core concepts, selection scenarios, FAQs, cost notes |
| Table Stream Best Practices | Configuration recommendations for production environments |
| Real-Time Pipeline Selection Guide | Comparison of Pipe / Stream / Dynamic Table |
