Skip to content

Commit 7857069

Browse files
beryllwpolyzos
andauthored
[docs]: update documentation for standardize "binlog" to "changelog" (#730)
* [docs]: update documentation for standardize "binlog" to "changelog" * small wording fix --------- Co-authored-by: ipolyzos <ipolyzos.se@gmail.com>
1 parent 576254d commit 7857069

File tree

2 files changed

+3
-3
lines changed
  • website/docs/table-design

2 files changed

+3
-3
lines changed

website/docs/table-design/data-distribution/ttl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sidebar_position: 3
2323
Fluss supports TTL for data by setting the TTL attribute for tables with `'table.log.ttl' = '<duration>'` (default is 7 days). Fluss can periodically and automatically check for and clean up expired data in the table.
2424

2525
For log tables, this attribute indicates the expiration time of the log table data.
26-
For primary key tables, this attribute indicates the expiration time of their binlog and does not represent the expiration time of the primary key table data. If you also want the data in the primary key table to expire automatically, please use [auto partitioning](partitioning.md).
26+
For primary key tables, this attribute indicates the expiration time of the changelog and does not represent the expiration time of the primary key table data. If you also want the data in the primary key table to expire automatically, please use [auto partitioning](partitioning.md).

website/docs/table-design/table-types/pk-table/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ For primary key tables, Fluss supports various kinds of querying abilities.
136136
### Reads
137137

138138
For a primary key table, the default read method is a full snapshot followed by incremental data. First, the
139-
snapshot data of the table is consumed, followed by the binlog data of the table.
139+
snapshot data of the table is consumed, followed by the changelog data of the table.
140140

141-
It is also possible to only consume the binlog data of the table. For more details, please refer to the [Flink Reads](engine-flink/reads.md)
141+
It is also possible to only consume the changelog data of the table. For more details, please refer to the [Flink Reads](engine-flink/reads.md)
142142

143143
### Lookup
144144

0 commit comments

Comments
 (0)