« Back to blog

Cassandra Node

Cassandra can run as one stand-alone instance or as a collection of instances that make up a cluster. Each Cassandra server in the cluster is considered a Cassandra Node. Each cluster in Cassandra makes up a ring of nodes. Nodes in Cassandra are effectively replicas of the data stored in Cassandra. Cassandra supports the addition and removal of Nodes from a cluster, making it a distributed database that can scale horizontally.