pinot
pinot copied to clipboard
Upsert Enhancements
- Improve the performance of constructing upsert metadata during server restart/table reload (related issue #7569)
- Improve the performance of removing a segment from upsert metadata
- Use disk space to store upsert metadata to avoid using too much memory for table with high primary key cardinality
- Support retention for upsert metadata (only allow upsert for the latest time window to reduce the size of the upsert metadata)
- Support segment compaction for upsert segment, remove invalid records and recreate segment (related issue #6912)
- Fix inconsistent issue during segment commit (related issue #7849)
since not all linked issues are resolved, should we reopen this issue, make a tasklist from it and ad the parent issue label? similar https://github.com/apache/pinot/issues/13436#issuecomment-2178829380
edit: or could we simply closed the remaining linked open issues as complete?