Tuesday, October 15, 2019

To get list of keyspaces in cassandra cluster

Question : How to get To get list of keyspaces in cassandra cluster ?

Answers: By Using below command you will get list of keyspaces in cassandra cluster.

cqlsh> desc keyspaces

reaper_db      system_auth  system_distributed
system_schema  system       system_traces

cqlsh> describe keyspaces

reaper_db      system_auth  system_distributed
system_schema  system       system_traces

No comments:

Post a Comment

How can I restore Cassandra snapshots?