Skip to content

Commit b8758bd

Browse files
committed
docs(tables): clarify TTL cleanup timing
1 parent fd33c4c commit b8758bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/docs/en/tables/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Types are enforced as you enter values, so a Number column only takes numbers.
3232

3333
A Currency column stores a plain number and renders it in the currency you choose for that column, so filters, sorts, and exports all see the amount itself. Changing a column's currency relabels it — it does not convert the amounts.
3434

35-
A table can have one TTL column. Adding it enables row expiration; rows with a non-empty TTL value are deleted after that time passes. Deleting the TTL column disables expiration for the table. TTL cells use the date editor, while APIs and workflows read and write integer Unix epoch seconds, matching DynamoDB TTL.
35+
A table can have one TTL column. Adding it enables row expiration; rows with a non-empty TTL value become eligible for deletion after that time passes. Cleanup runs periodically, so actual row removal may happen after the TTL timestamp rather than exactly at it. Deleting the TTL column disables expiration for the table. TTL cells use the date editor, while APIs and workflows read and write integer Unix epoch seconds.
3636

3737
## Editing a table
3838

0 commit comments

Comments
 (0)