An additional index that enables efficient searching on columns other than the primary key.
An additional index structure that enables efficient searches on attributes other than the primary key. It isn't necessarily stored in the same physical location as the data tied to the primary key -- many NoSQL systems replicate it asynchronously to a separate partition, so querying through a secondary index right after an update can sometimes return stale results.
© 2026 ITBGM