nodetool rebuild_index
Fully rebuilds one or more indexes for a table.
Synopsis
nodetool [connection_options] rebuild_index
[--] keyspace_name table index_name [index_name ...]
Tarball and Installer No-Services path:
<installation_location>/resources/cassandra/bin
| Short | Long | Description |
|---|---|---|
|
|
Hostname or IP address. |
|
|
Port number. |
|
|
Password file path. |
|
|
Password. |
|
|
Remote JMX agent username. |
|
Separates an option from an argument that could be mistaken for an option. |
|
Command arguments
The keyspace and table name followed by a list of index names.
For example: Standard3.IdxName Standard3.IdxName1
|
Name of keyspace. |
|
One or more table names, separated by a space. |
|
List of index names separated by a space. |