What is a Cluster, Node and Key space in Cassandra ?
Answer Posted / Sudheer
"Cluster": A cluster is a group of nodes that form a single logical data center. In Cassandra, multiple clusters can be part of a larger distributed system. nn"Node": Each node is an individual server where the data resides and runs the Cassandra process. Nodes communicate with each other to ensure consistency in data across the cluster. nn"Keyspace": A keyspace is a container for tables and provides a logical separation of resources within a single Cassandra instance."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category