Re: Cassandra is always CP or AP in terms of CAP theorem

2017-06-19 Thread Justin Cameron
This is achieved through a combination of replication factor (RF) and consistency level (CL): Replication factor is tied to your schema (more specifically, it is configured at the keyspace level) and specifies how many copies of each piece of data is kept. Consistency level is associated (either

Cassandra is always CP or AP in terms of CAP theorem

2017-06-19 Thread Kaushal Shriyan
Hi, I am reading the CAP theorem and Cassandra either satisfies CP or AP. I am not sure how do we take care of Availability property or Consistency property. Any examples to understand it better. Please help me understand if i am completely wrong? Thanks in Advance. Regards, Kaushal