Re: Atomicity of batch updates

2011-06-16 Thread aaron morton
> Sent: Wednesday, 15 June 2011 7:42 AM > Subject: Atomicity of batch updates > > Hi, > Wiki says that write operation is atomic within ColumnFamily > (http://wiki.apache.org/cassandra/ArchitectureOverview chapter “write > properties”). > If I use batch update for sing

Re: Atomicity of batch updates

2011-06-15 Thread chovatia jaydeep
: "user@cassandra.apache.org" Cc: Andrey Lomakin Sent: Wednesday, 15 June 2011 7:42 AM Subject: Atomicity of batch updates Hi, Wiki says that write operation is atomic within ColumnFamily (http://wiki.apache.org/cassandra/ArchitectureOverview chapter “write properties”). If I use ba

Atomicity of batch updates

2011-06-15 Thread Artem Orobets
Hi, Wiki says that write operation is atomic within ColumnFamily (http://wiki.apache.org/cassandra/ArchitectureOverview chapter "write properties"). If I use batch update for single CF, and get an exception in last mutation operation, is it means that all previous operation will be reverted. If