bbolt/cmd/bolt
Ben Johnson 92a9f2e200 Remove DB.Check(). Allow read-only Tx.Check().
This commit removes the DB.Check() function and instead makes the user decide
whether a transaction should be writable or read-only. Tx.Check() is not safe
to use concurrently on a read-only transaction, however, it significantly
improves the performance of it.
2014-05-27 11:31:55 -06:00
..
bench.go Remove allocations from read-only buckets. 2014-05-23 10:40:09 -06:00
buckets.go Add nested buckets. 2014-04-11 12:36:54 -06:00
buckets_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
check.go Remove DB.Check(). Allow read-only Tx.Check(). 2014-05-27 11:31:55 -06:00
export.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
export_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
get.go Add nested buckets. 2014-04-11 12:36:54 -06:00
get_test.go Return bucket from CreateBucket() functions. 2014-04-15 23:45:06 -04:00
import.go moar bench package 2014-04-18 21:44:27 -05:00
import_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
info.go Add 'bolt info'. 2014-05-08 08:43:18 -06:00
info_test.go Add 'bolt info'. 2014-05-08 08:43:18 -06:00
keys.go add benchmarks using Benchmark framework 2014-04-18 21:44:36 -05:00
keys_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
main.go Add option to adjust fill percentage. 2014-05-15 14:04:57 -06:00
main_test.go Add import/export to CLI. 2014-04-11 14:05:58 -06:00
pages.go Remove count and overflow columns for free pages on 'bolt pages'. 2014-04-02 07:44:54 -06:00
stats.go address review comments 2014-05-13 17:28:17 +00:00
stats_test.go address review comments 2014-05-13 17:28:17 +00:00