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

Search optimization with exponential search

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Low
    • Resolution: Unresolved
    • 5.x
    • Legacy/Core

    Description

      Exponential search has better performance than binary search to search sequential adjacent items (the items are close to each other). For example, with this implementation, it outperforms binary search to search 1st, 2nd, 4th, 5th item. It could be the case for multi-seek iterators. I think it worth investigating if switching to exponential search could improve the overall performance.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jay.zhuang Jay Zhuang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: