Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Flush memtables to disk
Flush memtables to disk
cassandra
Force flush in-memory data to SSTables
nodetool flush mykeyspace
⎘ copy
#cassandra
more cassandra
all 15 commands →
Nodetool status
nodetool status
Nodetool info
nodetool info
Connect with cqlsh
cqlsh <host> 9042 -u cassandra -p cassandra
List keyspaces
cqlsh -e 'DESCRIBE KEYSPACES'
Repair keyspace
nodetool repair -pr <keyspace>