Cassandra Documentation

Version:

You are viewing the documentation for a prerelease version.

Rebuilding and maintaining secondary indexes (2i)

An advantage of indexes is the operational ease of populating and maintaining the index. Indexes are built in the background automatically, without blocking reads or writes. Client-maintained tables as indexes must be created manually; for example, if the artists column had been indexed by creating a table such as songs_by_artist, your client application would have to populate the table with data from the songs table.

To perform a hot rebuild of an index, use the nodetool rebuild_index command.