[Feature] Support a time-aware compaction strategy for historical partitions in PK Table #4917
Open
2 tasks done
Labels
enhancement
New feature or request
Search before asking
Motivation
For unordered updates in a partitioned primary key table, we can reduce the compaction frequency for historical partitions to reduce the overall resource usage.
Especially for deletion vector table and lookup changelog-producer table, which will submit a new compaction task for each new created sorted-run in L0 level. In such cases, users can actually accept worse data freshness for the late arrived data in the historical partitions for better overall resource usage.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: