You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2013/11/13 01:19:09 UTC

[Cassandra Wiki] Update of "ArchitectureOverview" by GehrigKunz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "ArchitectureOverview" page has been changed by GehrigKunz:
https://wiki.apache.org/cassandra/ArchitectureOverview?action=diff&rev1=14&rev2=15

Comment:
statcounter

  
  You get consistency if R + W > N, where R is the number of records to read, W is the number of records to write, and N is the replication factor.  A !ConsistencyLevel of ONE means R or W is 1.  A !ConsistencyLevel of QUORUM means R or W is ceiling((N+1)/2).  A !ConsistencyLevel of ALL means R or W is N.  So if you want to write with a !ConsistencyLevel of ONE and then get the same data when you read, you need to read with !ConsistencyLevel ALL.
  
+ {{https://c.statcounter.com/9397521/0/fe557aad/1/|stats}}
+