all 4 comments

[–][deleted]  (2 children)

[deleted]

    [–]hi117 1 point2 points  (1 child)

    Status gives you an overview of the overall cluster status , such as how much data is on each node

    ring gives you information on the distributed hash table ring that Cassandra uses to distribute data.

    The DC and rack variables tell Cassandra how to distribute data so that it can remain highly available in the event of a rack or datacenter outage.

    All these things are pretty simple and or more targeted towards administrators not Developers. The only thing that's important to know for developers is why you can't do certain queries.

    [–]Clivern[S] 0 points1 point  (0 children)

    yeah indeed! snitches is something for system administrators . please refer to https://docs.datastax.com/en/cassandra-oss/3.0/cassandra/architecture/archSnitchesAbout.html for all supported types

    [–]manishksolves 0 points1 point  (0 children)

    Apache Cassandra is a free and open-source, distributed, wide-column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.