Artemiy Kolesnikov
91300d01f6
Dynamic max_total_wal_size option
...
Summary: Closes https://github.com/facebook/rocksdb/pull/1509
Differential Revision: D4176426
Pulled By: yiwu-arbug
fbshipit-source-id: b57689d
2016-11-14 22:54:17 -08:00
Lijun Tang
adb665e0bf
Allowed delayed_write_rate option to be dynamically set.
...
Summary: Closes https://github.com/facebook/rocksdb/pull/1488
Differential Revision: D4157784
Pulled By: siying
fbshipit-source-id: f150081
2016-11-12 15:54:11 -08:00
Yi Wu
437942e481
Add avoid_flush_during_shutdown DB option
...
Summary:
Add avoid_flush_during_shutdown DB option.
Closes https://github.com/facebook/rocksdb/pull/1451
Differential Revision: D4108643
Pulled By: yiwu-arbug
fbshipit-source-id: abdaf4d
2016-11-02 15:39:18 -07:00
Kien-hung Li
eeb27e1bbd
Add handy option to turn on direct I/O in db_bench ( #1424 )
2016-10-28 10:36:05 -07:00
Yi Wu
e29d3b67c2
Make max_background_compactions and base_background_compactions dynamic changeable
...
Summary:
Add DB::SetDBOptions to dynamic change max_background_compactions and base_background_compactions.
I'll add more dynamic changeable options soon.
Test Plan: unit test.
Reviewers: yhchiang, IslamAbdelRahman, sdong
Reviewed By: sdong
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D64749
2016-10-14 12:25:39 -07:00
Yi Wu
9ed928e7a9
Split DBOptions into ImmutableDBOptions and MutableDBOptions
...
Summary: Use ImmutableDBOptions/MutableDBOptions internally and DBOptions only for user-facing APIs. MutableDBOptions is barely a placeholder for now. I'll start to move options to MutableDBOptions in following diffs.
Test Plan:
make all check
Reviewers: yhchiang, IslamAbdelRahman, sdong
Reviewed By: sdong
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D64065
2016-09-23 16:34:04 -07:00