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