/plushcap/analysis/datastax/datastax-whats-new-cassandra-07-secondary-indexes

What’s new in Cassandra 0.7: Secondary indexes

What's this blog post about?

This post discusses the use of secondary indexes in Apache Cassandra, an open-source distributed database management system. Secondary indexes allow querying by value and can be built automatically without blocking reads or writes. The example provided demonstrates how to create a users column family with two columns: full_name and birth_date, where the latter is indexed. It also explains how to add state data and perform queries against it using secondary indexes. The post concludes by showing how different Cassandra clients can execute these queries.

Company
DataStax

Date published
Dec. 4, 2010

Author(s)
Jonathan Ellis

Word count
767

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.