Yes, AFAIK it's still like this (and I don't think that this behavior will change, you can rely on it).
Paolo On Apr 25, 2012 9:36 AM, "Maciej Miklas" <mac.mik...@googlemail.com> wrote: > Hi, > > I've seen this blog entry: > http://www.datastax.com/dev/blog/schema-in-cassandra-1-1 and I am trying > to understand, how could Cassandra support PRIMARY KEY. > > Cassandra has silent conflict resolution, where each insert overwrites > next one, and there are only inserts and deletes - no updates. The last > data version is being resolved first during read - as the latest entry from > all corresponding SS Tables. > Is this still correct in Cassandra 1.1? > > > Thanks, > Maciej > > >