Introduction YugabyteDB has a great feature in strongly consistent secondary indexes. I have been asked a few times now about how to modify existing indexes. These can range from adding another column… Read More >
YugabyteDB 1.1 New Feature: Speeding Up Queries with Secondary Indexes
Welcome to another post from our ongoing series where we highlight a new feature from the latest 1.1 release! Today we are going to look at secondary indexes. Defining Secondary Indexes A database ind… Read More >
A Quick Guide to Secondary Indexes in YugabyteDB
When creating a Cassandra-compatible YCQL table in YugabyteDB, you are required to create a primary key consisting of one or more columns of the table. Primary key based retrievals are efficient beca… Read More >