Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
Given
CREATE TABLE foo ( a int, b int, c int, PRIMARY KEY (a, b) );
We should support CREATE INDEX ON foo(b).
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-8156 Fix validation of indexes on composite column components of COMPACT tables
- Resolved
- relates to
-
CASSANDRA-5534 Writing wide row causes high CPU usage after compaction
- Resolved
-
CASSANDRA-4511 Secondary index support for CQL3 collections
- Resolved