Re: Consistency

2015-04-30 Thread Nikolay Tikhonov
s can > accept reads & writes, and your writes will be replicated to all replicas > at the consistency level provided (as per the earlier doc). > > Does that help? > > On Thu, Apr 30, 2015 at 5:09 AM Nikolay Tikhonov < > tikhonovnico...@gmail.com> wrote: > >>

Re: Consistency

2015-04-30 Thread Nikolay Tikhonov
15 at 8:56 AM, Nikolay Tikhonov < > tikhonovnico...@gmail.com> wrote: > >> I try to understand how to Cassandra supports data consistency and >> compare it with other distributed caches. >> > > For the record, Cassandra is not a distributed cache. > > =Rob > >

Consistency

2015-04-29 Thread Nikolay Tikhonov
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 wi