aboutsummaryrefslogtreecommitdiff
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove allocations from read-only buckets.Ben Johnson2014-05-231-1/+82
* Add option to adjust fill percentage.Ben Johnson2014-05-152-0/+5
* Merge pull request #162 from Shopify/nested_stats2Ben Johnson2014-05-143-0/+147
|\
| * address review commentsMartin Kobetic2014-05-132-13/+47
| * add inline stats to cmdMartin Kobetic2014-05-121-0/+8
| * aggregate bucket stats recursively and add stats to cmdMartin Kobetic2014-05-093-12/+55
| * first partMartin Kobetic2014-05-092-0/+62
* | Add -work flag to 'bolt bench'.Ben Johnson2014-05-122-1/+9
|/
* Add 'bolt info'.Ben Johnson2014-05-083-0/+66
* Remove 'bolt set'.Ben Johnson2014-05-053-87/+0
* Add streaming stats to bolt bench.Ben Johnson2014-04-302-23/+61
* Merge branch 'bench-batch' into moar_benchBen Johnson2014-04-302-7/+10
|\
| * Add --batch-size to 'bolt bench'.Ben Johnson2014-04-292-11/+33
* | Remove bolt bench -stat.Ben Johnson2014-04-302-26/+1
* | add -stats and -batch-size support to bench cmdMartin Kobetic2014-04-242-12/+63
|/
* Add 'bolt bench'.Ben Johnson2014-04-186-249/+279
* move bench package to bench/cmd/bolt/benchSteven Normore2014-04-183-0/+157
* add bench sub-packageSteven Normore2014-04-181-28/+8
* add benchmarks using Benchmark frameworkSteven Normore2014-04-186-50/+67
* moar bench packageSteven Normore2014-04-185-42/+66
* initial bench and generate command structureSteven Normore2014-04-184-0/+96
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-152-5/+6
* Upgrade import/export to use nested buckets.Ben Johnson2014-04-118-27/+78
* Merge branch 'master' into nested-keysBen Johnson2014-04-1110-25/+309
|\
| * Add import/export to CLI.Ben Johnson2014-04-1110-24/+306
| * add ldflags on build with main.commit and main.branch to MakefileSteven Normore2014-04-091-1/+3
* | Add nested buckets.Ben Johnson2014-04-114-7/+7
|/
* Remove count and overflow columns for free pages on 'bolt pages'.Ben Johnson2014-04-021-4/+12
* Write freelist after each commit.Ben Johnson2014-03-311-1/+4
* Add DB.Check().Ben Johnson2014-03-292-0/+42
* Refactor bolt commands into individual files.Ben Johnson2014-03-2711-316/+395
* Make DB/Tx API more consistent.Ben Johnson2014-03-242-10/+10
* Fix print.Ben Johnson2014-03-211-6/+31
* Add 'bolt buckets'.Ben Johnson2014-03-212-0/+54
* Add 'bolt set'.Ben Johnson2014-03-212-3/+69
* Add 'bolt pages'.Ben Johnson2014-03-211-0/+45
* Add 'bolt keys'.Ben Johnson2014-03-212-3/+75
* Add 'bolt get'.Ben Johnson2014-03-212-0/+190