Database / Apache Cassandra Interview Questions
What is replication factor in Cassandra?
Replication factor (RF) is the number that determines how many nodes get the copy of the same data in the cluster. For example, three nodes in the ring will have copies of the same data with RF=3.
More Related questions...