Why is Cassandra called eventually consistent data store? Wouldn't it be
consistent if QUORAM is used?

Another question is when I specify replication factor of 3 and write with
factor of 2 and read with factor of 2 then what happens?

1. When write occurs cassandra will return to the client only when the
writes go to commit log on 2 nodes successfully?

2. When read happens cassandra will return only when it is able to read from
2 nodes and determine that it has consistent copy?
-- 
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understand-eventually-consistent-tp6038330p6038330.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to