Logo
Grokking the Advanced System Design Interview
Ask Author
Back to course home

0% completed

Replication

Let's explore Cassandra's replication strategy.

Each node in Cassandra serves as a replica for a different range of data. Cassandra stores multiple copies of data and spreads them across various replicas, so that if one node is down, other replicas can respond to queries for that range of data. This process of replicating the data on to different nodes depends upon two factors:

  • Replication factor
  • Replication strategy

Replication factor

The replication factor is the number of nodes that will receive the copy of the same data

.....

.....

.....

Like the course? Get enrolled and start learning!