Re: Hector and batch mutation

2012-02-13 Thread aaron morton
> Is the execution of the batch sequential? (in the order data is added). No, parallel see concurrent_writes in cassandra.yaml > Also say there are 10 operations in a batch and 3rd fails will it try the > remaining 7? http://wiki.apache.org/cassandra/FAQ#batch_mutate_atomic Cheers ---

Hector and batch mutation

2012-02-13 Thread Tiwari, Dushyant
Hi Guys, A very trivial question on batch mutation provided by Hector. Is the execution of the batch sequential? (in the order data is added). Also say there are 10 operations in a batch and 3rd fails will it try the remaining 7? Is execution of batch mutator multi threaded ? Regards, Dushyant