commit | 113860696aac5f5a4a26bbb3336a2521cb32be89 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Dec 31 14:25:56 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Jan 13 14:40:27 2010 -0800 |
tree | b4415a10d35dc69993606cd730226ed596c93af2 | |
parent | b1dac0a73baa3f7e95341af49b97fa37cf8c0711 [diff] |
Replace all transactions with single row updates We now try to perform writes in a reasonably sane order, but only update one record at a time (or do a batch against the same table but not in a transaction). This matches with eventually consistent databases like Cassandra where we can't rely upon a transaction being available for any sort of update we make. Change-Id: Ib8cdff05f08467dfe3258f03b72d5cabb5b2641f Signed-off-by: Shawn O. Pearce <sop@google.com>