Timestamps. 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 insertionfor a specific SuperColumn in the same batch_mutate() call, they will happen atomically?In other words I want to make sure readers don't get a missing value forthat SuperColumn if their read should occur after the Deletion but before the insertion. Ted