On Tue, Dec 31, 2013 at 7:46 AM, Hannu Kröger <hkro...@gmail.com> wrote:
> Normally you can have full consistency by doing CL=QUORUM reads and > CL=QUORUM writes. That way you have high availability and faster reads than > in CL=ALL case. No matter what the consistency level is, you can get wrong > results if writes get serialized in wrong order because of the clock drift. > Here's some related details... https://issues.apache.org/jira/browse/CASSANDRA-6147 https://issues.apache.org/jira/browse/CASSANDRA-6123 above two issues prompted by... http://aphyr.com/posts/294-call-me-maybe-cassandra/ =Rob