Jackie-Jiang opened a new issue, #8760: URL: https://github.com/apache/pinot/issues/8760
- 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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
