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 atomically?
In other words I want to make sure readers don't get a missing value for that SuperColumn if their read should occur after the Deletion but before the insertion. Ted