Re: Questions regarding batch mutates and transactions

2010-05-27 Thread Todd Nine
Correct Ran. It seems like the only way I'm going to get true mutations in a single op is to use Cages. Thankfully a majority of our application won't require it, just a few specialized components. On Wed, 2010-05-26 at 12:57 +0300, Ran Tavory wrote: > The summary of your question is: is batch_

Re: Questions regarding batch mutates and transactions

2010-05-27 Thread Gary Dusbabek
On Wed, May 26, 2010 at 04:45, Todd Nine wrote: > > Now, here is where I can't find what I need in the doc.  In case 1, if my > mutation from biz op 2 were to fail during a batch mutate operation > encapsulating all mutations, does the batch mutation as a whole not get > executed, or would I still

Re: Questions regarding batch mutates and transactions

2010-05-26 Thread Ran Tavory
The summary of your question is: is batch_mutate atomic in the general sense, meaning when used with multiple keys, multiple column families etc, correct? On Wed, May 26, 2010 at 12:45 PM, Todd Nine wrote: > Hey guys, > I originally asked this on the Hector group, but no one was sure of the >

Questions regarding batch mutates and transactions

2010-05-26 Thread Todd Nine
Hey guys, I originally asked this on the Hector group, but no one was sure of the answer. Can I get some feedback on this. I'd prefer to avoid having to use something like Cages if I can for most of our use cases. Long term I can see we'll need to use something like Cages, especially when it c