Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
List keyspaces
List keyspaces
cassandra
Show all keyspaces in the cluster
cqlsh -e 'DESCRIBE KEYSPACES'
⎘ copy
#cassandra
more cassandra
all 15 commands →
Repair keyspace
nodetool repair -pr <keyspace>
Compaction stats
nodetool compactionstats
Flush table to disk
nodetool flush <keyspace> <table>
Describe table
cqlsh -e 'DESCRIBE TABLE <keyspace>.<table>'
Check node status
nodetool status