Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-8923

Improve MergeIterator performance for binary prefix comparable data

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              Unassigned Unassigned
              benedict Benedict Elliott Smith
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: