Re: bundled mutations (Deletion+insertion of the same SuperColumn)

2010-03-15 Thread Jonathan Ellis
In that case you should do the insert first, then the delete in a separate mutation (with, presumably, an older timestamp). 2010/3/15 Ted Zlatanov t...@lifelogs.com: Can there be any assurance that if I specify a Deletion and an insertion for a specific SuperColumn in the same batch_mutate()

Re: bundled mutations (Deletion+insertion of the same SuperColumn)

2010-03-15 Thread Ted Zlatanov
On Mon, 15 Mar 2010 16:45:49 -0400 Jake Luciani jak...@gmail.com wrote: JL On Mar 15, 2010, at 4:41 PM, Ted Zlatanov t...@lifelogs.com wrote: Can there be any assurance that if I specify a Deletion and an insertion for a specific SuperColumn in the same batch_mutate() call, they will happen