Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Follow up to 8099.
We have pretty terrible lookup performance as the number of columns grows (linear). In at least one location, this results in quadratic performance.
We don't however want this structure to be either any more expensive to build, nor to store. Some small modifications to BTree will permit it to serve here, by permitting efficient lookup by index, and calculation of index for a given key.
Attachments
Issue Links
- depends upon
-
CASSANDRA-8099 Refactor and modernize the storage engine
- Resolved