[Cassandra Wiki] Trivial Update of "FAQ" by JonathanEllis

2016-08-15 Thread Apache Wiki
Dear Wiki user,

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

The "FAQ" page has been changed by JonathanEllis:
https://wiki.apache.org/cassandra/FAQ?action=diff=173=174

Comment:
fix formatting

- [[http://cassandra.apache.org/doc/latest/faq/index.html|Superseded by the FAQ 
here].
+ [[http://cassandra.apache.org/doc/latest/faq/index.html|Superseded by the FAQ 
here]].
  


[Cassandra Wiki] Trivial Update of FAQ by JonathanEllis

2013-09-05 Thread Apache Wiki
Dear Wiki user,

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

The FAQ page has been changed by JonathanEllis:
https://wiki.apache.org/cassandra/FAQ?action=diffrev1=161rev2=162

  Anchor(clocktie)
  == What happens if two updates are made with the same timestamp? ==
  
- Updates must be commutative, since they may arrive in different orders on 
different replicas.  Thus, in the case of a timestamp tie, Cassandra follows 
two rules: first, deletes take precedence over inserts/updates.  Second, if 
there are two updates, the one with the lexically larger value is selected.
+ Updates must be commutative, since they may arrive in different orders on 
different replicas.  As long as Cassandra has a deterministic way to pick the 
winner, the one selected is as valid as any other, and the specifics should be 
treated as an implementation detail.  That said, in the case of a timestamp 
tie, Cassandra follows two rules: first, deletes take precedence over 
inserts/updates.  Second, if there are two updates, the one with the lexically 
larger value is selected.