Commit Graph

1 Commits (abb4088170cfac644ed5f4648a5cdc566cdb1da2)

Author SHA1 Message Date
Tommi Virtanen adbb1a19c1 Add transaction batching
DB.Batch makes it easy to make lots of small transactions with
significantly better performance. Batch combines multiple concurrent
Update calls into a single disk transaction, managing errors smartly.
2015-02-18 12:26:45 -08:00