-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Chain Compact
Compact the incremental data of the current cycle with the full data of the previous cycle to generate the full data for the day; for example, the full data for date=20250729 is generated by compacting all incremental partition from 20250723 to 20250729 on t$branch_delta and 20250722 on t$branch_snapshot
https://cwiki.apache.org/confluence/display/PAIMON/PIP-37%3A+Introduce+Chain+Table
Solution
Add the CompactChainTableProcedure to implement this feature.
Anything else?
No response
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request