aboutsummaryrefslogtreecommitdiff
path: root/bucket_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix freelist allocation direction.Ben Johnson2014-05-191-17/+8
* Minor stats fixes.Ben Johnson2014-05-141-11/+33
* tweaksMartin Kobetic2014-05-121-8/+13
* merge inline branch into leaf branchMartin Kobetic2014-05-121-3/+37
* fix inline bucket statsMartin Kobetic2014-05-121-45/+57
* aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-091-0/+44
* Fix bucket free.Ben Johnson2014-05-071-0/+27
* Add inline bucket support.Ben Johnson2014-05-051-10/+10
* Refactor split/spill.Ben Johnson2014-05-031-21/+82
* Printf's %s and %q do the right thing with []byte; removed string conversion.Kevin Gillette2014-04-251-3/+3
* Change to BucketStats and Bucket.Stats().Ben Johnson2014-04-221-36/+36
* rename MaxDepth to DepthMartin Kobetic2014-04-221-3/+3
* skip space assertions for incompatible page sizeMartin Kobetic2014-04-221-14/+22
* allign naming with MemStatsMartin Kobetic2014-04-221-15/+15
* moar tweaksMartin Kobetic2014-04-221-18/+38
* update stats testMartin Kobetic2014-04-221-0/+8
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-19/+36
* Add nested buckets.Ben Johnson2014-04-111-102/+422
* Add performance counters.Ben Johnson2014-04-021-3/+0
* Add DB.Check().Ben Johnson2014-03-291-0/+1
* Make DB/Tx API more consistent.Ben Johnson2014-03-241-29/+29
* Error refactoring.Ben Johnson2014-03-241-3/+4
* Remove ease-of-use functions from the DB type.Ben Johnson2014-03-211-136/+179
* Skip long-running tests with go test -shortTommi Virtanen2014-03-131-0/+16
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-34/+34
* Rename Transaction to Tx.Ben Johnson2014-03-081-11/+11
* Allow reads of unflushed nodes.Ben Johnson2014-03-011-0/+14
* Refactor Bucket.Ben Johnson2014-02-231-4/+319
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-8/+5
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-5/+8
* Bucket stats.Ben Johnson2014-02-211-0/+62