aboutsummaryrefslogtreecommitdiff
path: root/batch_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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. Tommi Virtanen2015-02-181-0/+167