Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Normal
Description
Through thrift users can add custom secondary indexes to the column metadata.
The following syntax is used in PLSQL, and I think we could use something similar.
CREATE INDEX <NAME> ON <TABLE> (<COLUMN>) [INDEXTYPE IS (<TYPENAME>) [PARAMETERS (<PARAM>[, <PARAM>])]
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-4027 cql: specify custom index type
- Resolved