Skip to content

Commit

Permalink
[doc] Remove unused config in record-level expire (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang authored Nov 13, 2024
1 parent c3a8319 commit 3ffeab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/primary-key-table/compaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ In compaction, you can configure record-Level expire time to expire records, you

1. `'record-level.expire-time'`: time retain for records.
2. `'record-level.time-field'`: time field for record level expire.
3. `'record-level.time-field-type'`: time field type for record level expire, it can be seconds-int,seconds-long or millis-long.

Expiration happens in compaction, and there is no strong guarantee to expire records in time.

Expand Down

0 comments on commit 3ffeab9

Please sign in to comment.