Skip to content

Commit 843e66f

Browse files
committed
Update 01-stream.md
1 parent fc64882 commit 843e66f

File tree

1 file changed

+1
-1
lines changed
  • docs/en/guides/40-load-data/05-continuous-data-pipelines

1 file changed

+1
-1
lines changed

docs/en/guides/40-load-data/05-continuous-data-pipelines/01-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A stream in Databend is a dynamic and real-time representation of changes to a t
1010

1111
### How Stream Works
1212

13-
A stream can operate in two modes: **Standard** and **Append-Only**. Specify a mode using the `APPEND_ONLY` parameter (defaults to `false`) when you [CREATE STREAM](/sql/sql-commands/ddl/stream/create-stream).
13+
A stream can operate in two modes: **Standard** and **Append-Only**. Specify a mode using the `APPEND_ONLY` parameter (defaults to `true`) when you [CREATE STREAM](/sql/sql-commands/ddl/stream/create-stream).
1414

1515
- **Standard**: Captures all types of data changes, including insertions, updates, and deletions.
1616
- **Append-Only**: In this mode, the stream exclusively contains data insertion records; data updates or deletions are not captured.

0 commit comments

Comments
 (0)