if i am using batch_mutate to update/insert two columns in the same CF and same key, is this an atomic operation?
i understand that an operation on a single key in a CF is atomic, but not sure if the above scenario boils down to two operations or considered one operation. thx