The front page http://incubator.apache.org/cassandra/ states that "Cassandra
guarantees reads and writes to be atomic within a single ColumnFamily."
What exactly does that mean, and where can I learn more about this?
It sounds like it means that batch_insert() and batch_mutate() for two
different rows but in the same CF is atomic. Is this correct?

Reply via email to