Atomic batches in Cassandra 1.2 : DataStax
In Cassandra, a batch allows the client to group related updates into a single statement. If some of the replicas for the batch fail mid-operation, the coordinator will hint those rows automatically.
But there is one failure scenario that the classic batch design does not address: if the coordinator itself fails mid-batch, you could end up with partially applied batches.
Read full article from Atomic batches in Cassandra 1.2 : DataStax
No comments:
Post a Comment