‘DESCRIBE TABLES’ or ‘DESC
TABLES’ command is used to list all tables in a keyspace.
Previous
Next
Homecqlsh> DESC KEYSPACES;
system_schema system system_distributed
system_auth cassandratutorial system_traces
cqlsh>
cqlsh> USE system;
cqlsh:system>
cqlsh:system> DESC TABLES;
available_ranges peers batchlog transferred_ranges
batches compaction_history size_estimates hints
prepared_statements sstable_activity built_views
"IndexInfo" peer_events range_xfers
views_builds_in_progress paxos local
No comments:
Post a Comment