bbolt/cmd/bolt
Ben Johnson c3400efefd Change fill percent to be per-bucket.
This commit moves the DB.FillPercent field to Bucket.FillPercent. This
allows the fill percentage to be specified per-bucket, per-tx. This
value is not persisted and should be set whenever using it.
2014-07-24 10:36:09 -06:00
..
bench.go Change fill percent to be per-bucket. 2014-07-24 10:36:09 -06:00
buckets.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
buckets_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
check.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
export.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
export_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
get.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
get_test.go Return bucket from CreateBucket() functions. 2014-04-15 23:45:06 -04:00
import.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
import_test.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
info.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
info_test.go Add 'bolt info'. 2014-05-08 08:43:18 -06:00
keys.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
keys_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
main.go Add DB.NoSync option for bulk loading. 2014-07-15 07:37:46 -06:00
main_test.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
pages.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats.go Add Open() options, flock timeout. 2014-06-21 14:44:28 -06:00
stats_test.go address review comments 2014-05-13 17:28:17 +00:00