Re: Cassandra 1.0 row deletion

2012-08-17 Thread aaron morton
> If you use the remove function to delete an entire row, is that an atomic > operation? Yes. Row level deletes are atomic. cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 17/08/2012, at 3:39 PM, Derek Williams wrote: > On Thu, Aug 16,

Re: Cassandra 1.0 row deletion

2012-08-16 Thread Derek Williams
On Thu, Aug 16, 2012 at 9:08 PM, Terry Cumaranatunge wrote: > > We have a Cassandra 1.0 cluster that we run with RF=3 and perform > operations using a consistency level of quorum. We use batch_mutate for all > inserts and updates for atomicity across column families with the same row > key, but use

Cassandra 1.0 row deletion

2012-08-16 Thread Terry Cumaranatunge
Hi, We have a Cassandra 1.0 cluster that we run with RF=3 and perform operations using a consistency level of quorum. We use batch_mutate for all inserts and updates for atomicity across column families with the same row key, but use the thrift interface remove API call in C++ to delete a row so t