Re: timestamps and batch_mutation

2010-07-14 Thread Jonathan Ellis
It is good style but may not be necessary. On Wed, Jul 14, 2010 at 4:54 PM, Aaron Morton wrote: > Is it OK or recommended to use the same timestamp value for all Column and > Deletion records sent in a batch mutation? > > Am thinking of cases where there is a potential for multiple clients to > u

timestamps and batch_mutation

2010-07-14 Thread Aaron Morton
Is it OK or recommended to use the same timestamp value for all Column and Deletion records sent in a batch mutation? Am thinking of cases where there is a potential for multiple clients to update the same key (with multiple columns) at the same time. In the use case it's acceptable, as the client