Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
Description
Along the same lines as CASSANDRA-8915, only designed to help merges of small partitions, or those with clustering prefixes that are binary prefix (or byte order) comparable. The approach in CASSANDRA-8915 will work well for normal intra-partition merges, but partition keys themselves are typically distributed by hash, meaning there will very rarely be runs of keys owned by a single source. A binary trie based merge would perform significantly better here, and could also be rolled out alongside CASSANDRA-8731 for binary prefix comparable fields.
Attachments
Issue Links
- is related to
-
CASSANDRA-8731 Optimise merges involving multiple clustering columns
- Open
-
CASSANDRA-11697 Improve Compaction Throughput
- Open
-
CASSANDRA-8906 Experiment with optimizing partition merging when we can prove that some sources don't overlap
- Open
-
CASSANDRA-8918 Optimise compaction performance for unique partition keys
- Resolved
-
CASSANDRA-8915 Improve MergeIterator performance
- Resolved