Defining Cassandra Indexes
The following properties are applicable to a Cassandra Index object.
Tab |
Property |
Description |
Additional Information |
Custom Index | Specifies whether the index is a custom index | ||
General | Column | Specifies the index column | |
Collection Type | Specifies the collection type of the index |
Full: Indicates that the index is created on a full frozen collection Keys: Indicates that the index is created on map collection keys Values: Indicates that the index is created on map values Entries: Indicates that the index is created on map entries |
|
Custom Index Options | Using | Specifies an analyzer class | For example: StorageAttachedIndex, org.apache.cassandra.index.sasi.SASIIndex |
Properties | Specifies the analyzer options | ||
Partition Keys | Specifies partition key of the index | Available for a PK type index | |
Clustering Keys | Specifies the clustering keys of the index | Available for a PK type index |
Copyright © 2023 Quest Software, Inc. |