Database / Apache Cassandra Interview Questions
What is a Node in Cassandra?
A node represents a single instance of Cassandra. These nodes communicate with one another through a protocol called gossip, which is a process of computer peer-to-peer communication. Since it is a distributed database, Cassandra can (and usually does) have multiple nodes.
Node is where the data is stored.
More Related questions...