Advanced
Open
Pro
Cassandra Consistency Levels
A Cassandra cluster has a replication factor of 3 (each row is on 3 nodes).
You issue a write with consistency level QUORUM.
- How many nodes must acknowledge the write for it to succeed?
- If you also use
QUORUMfor reads, are your reads guaranteed to include the latest write? Why?