0 votes
in Cassandra by

Explain What Is A Cluster In Cassandra?

1 Answer

0 votes
by

A cluster is a container for keyspaces. Cassandra database is segmented over several machines that operate together. The cluster is the outermost container which arranges the nodes in a ring format and assigns data to them. These nodes have a replica which takes charge in case of data handling failure.

...