There's a lot going on, reading through some docs is probably your best bet: http://docs.datastax.com/en/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html
On Wed, Apr 29, 2015 at 8:57 AM Nikolay Tikhonov <tikhonovnico...@gmail.com> wrote: > Hi, > > I try to understand how to Cassandra supports data consistency and compare > it with other distributed caches. Hazelcast and Apache Ignite products have > primary and backups. This approach allows to support read/write consistency > if client code will read/write to primary node. User's operation will not > wait when backups to be updated. I don't understand which Write/Read > Consistency Levels has the same behavior. > I would be grateful for clarification! >