rocksdb/options
Ronak Sisodia d05c0fe4d1 Option to make write group size configurable (#5759)
Summary:
The max batch size that we can write to the WAL is controlled by a static manner. So if the leader write is less than 128 KB we will have the batch size as leader write size + 128 KB else the limit will be 1 MB. Both of them are statically defined.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5759

Differential Revision: D17329298

fbshipit-source-id: a3d910629d8d8ca84ea39ad89c2b2d284571ded5
2019-09-11 18:28:33 -07:00
..
cf_options.cc Refactor trimming logic for immutable memtables (#5022) 2019-08-23 13:55:34 -07:00
cf_options.h Refactor trimming logic for immutable memtables (#5022) 2019-08-23 13:55:34 -07:00
db_options.cc Option to make write group size configurable (#5759) 2019-09-11 18:28:33 -07:00
db_options.h Option to make write group size configurable (#5759) 2019-09-11 18:28:33 -07:00
options_helper.cc Option to make write group size configurable (#5759) 2019-09-11 18:28:33 -07:00
options_helper.h Option string/map/file can set env from object registry (#5237) 2019-04-25 11:35:09 -07:00
options_parser.cc Move some memory related files from util/ to memory/ (#5382) 2019-05-30 17:44:09 -07:00
options_parser.h Organizing rocksdb/table directory by format 2019-05-30 14:51:11 -07:00
options_sanity_check.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
options_sanity_check.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_settable_test.cc Option to make write group size configurable (#5759) 2019-09-11 18:28:33 -07:00
options_test.cc upgrade gtest 1.7.0 => 1.8.1 for json result writing 2019-09-09 11:24:11 -07:00
options.cc Refactor trimming logic for immutable memtables (#5022) 2019-08-23 13:55:34 -07:00