How do i list cassandra keyspaces?



  • Note: Using the cqlsh as shown in README first.

    Help on describe command.

    cassandra@cqlsh> describe keyspaces;
    
    bigshoes      system_auth  greenspace       system_traces
    system_schema  system       system_distributed
    

    Listing other objects like tables is also done with describe, see the help link for full details.


Log in to reply
 

© Lightnetics 2024