Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
CASSANDRA-2474 and CASSANDRA-3647 add the ability to transpose wide rows differently, for efficiency and functionality secondary index api needs to be altered to allow composite indexes.
I think this will require the IndexManager api to have a maybeIndex(ByteBuffer column) method that SS can call and implement a PerRowSecondaryIndex per column, break the composite into parts and index specific bits, also including the base rowkey.
Then a search against a TRANSPOSED row or DOCUMENT will be possible.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-2474 CQL support for compound columns and wide rows
- Resolved