Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
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
- relates to
-
CASSANDRA-9988 Introduce leaf-only iterator
- Resolved