Skip to content

Commit 3716519

Browse files
authored
[hotfix] Fix auto partitioning link for TTL page (apache#1785)
1 parent b09a4ee commit 3716519

File tree

1 file changed

+1
-1
lines changed
  • website/docs/table-design/data-distribution

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ sidebar_position: 3
88
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.
99

1010
For log tables, this attribute indicates the expiration time of the log table data.
11-
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).
11+
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#auto-partitioning).

0 commit comments

Comments
 (0)