Cassandra isolation in same row-key mutation -


we know that,batch statement operations same row key isolated.

is applicable insert,update , delete mutations.

cassandra supports row-level isolation since 1.1. applies mutations under same partition key.


Comments