Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Flush table to disk
Flush table to disk
cassandra
Force memtable flush to SSTables
nodetool flush <keyspace> <table>
⎘ copy
#cassandra
more cassandra
all 15 commands →
Describe table
cqlsh -e 'DESCRIBE TABLE <keyspace>.<table>'
Check node status
nodetool status
Check compaction stats
nodetool compactionstats
Run CQL from cqlsh
cqlsh -u cassandra -p cassandra -e 'DESCRIBE KEYSPACES;'
Check table stats
nodetool tablestats mykeyspace.mytable