Does YugaByte CQL support secondary indexes?
Yes, it does. Here are resources you may find useful:
-
A blog post introducing how to use secondary indexes and how it works:
A Quick Guide to Secondary Indexes in YugabyteDB | Yugabyte -
A post about the architecture, and how to add unique constraint to the secondary index
YugabyteDB 1.1 New Feature: Speeding Up Queries with Secondary Indexes | Yugabyte -
Docs tutorial page:
YugabyteDB Docs Archive
If you are loading data from a stream based system like Kafka, these indexes
1 Like