This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 90ccdee8aa [docs] add more docs about record-level expire (#5410)
90ccdee8aa is described below
commit 90ccdee8aa2b36795911d507a14787b8a19ff458
Author: LsomeYeah <[email protected]>
AuthorDate: Mon Apr 7 12:06:00 2025 +0800
[docs] add more docs about record-level expire (#5410)
---
docs/content/primary-key-table/compaction.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/primary-key-table/compaction.md
b/docs/content/primary-key-table/compaction.md
index 29b0e2404c..42a139c628 100644
--- a/docs/content/primary-key-table/compaction.md
+++ b/docs/content/primary-key-table/compaction.md
@@ -78,6 +78,7 @@ In compaction, you can configure record-Level expire time to
expire records, you
2. `'record-level.time-field'`: time field for record level expire.
Expiration happens in compaction, and there is no strong guarantee to expire
records in time.
+You can trigger a full compaction manually to expire records which were not
expired in time.
## Full Compaction