bbolt/cmd/bolt
Ben Johnson 048d3f19b2 Add DB.NoSync option for bulk loading.
This commit adds the DB.NoSync flag to skip fsync() calls on each commit. This should only
be used for bulk loading as it can corrupt your database in the event of a system failure.

Initial tests show it can provide a 2x speed up for sequential inserts.
2014-07-15 07:37:46 -06:00
..
bench.go Add DB.NoSync option for bulk loading. 2014-07-15 07:37:46 -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