rocksdb/options
Siying Dong d94aa2f7db Make compaction_pri = kMinOverlappingRatio to be default (#4911)
Summary:
compaction_pri = kMinOverlappingRatio usually provides much better write amplification than the default.
https://github.com/facebook/rocksdb/pull/4907 fixes one shortcome of this option. Make it default.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4911

Differential Revision: D13789262

Pulled By: siying

fbshipit-source-id: d90acf8c4dede44f00d183ca4c7a210259378269
2019-01-23 16:47:38 -08:00
..
cf_options.cc Concurrent task limiter for compaction thread control (#4332) 2018-12-13 13:18:28 -08:00
cf_options.h Concurrent task limiter for compaction thread control (#4332) 2018-12-13 13:18:28 -08:00
db_options.cc Remove redundant member var and set options (#4631) 2018-11-12 12:24:26 -08:00
db_options.h Enable atomic flush (#4023) 2018-10-26 15:08:43 -07:00
options_helper.cc Remove redundant member var and set options (#4631) 2018-11-12 12:24:26 -08:00
options_helper.h Add DataBlockIndexType option in BlockBasedTableOptions (#4150) 2018-07-27 15:42:27 -07:00
options_parser.cc Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 2018-11-09 11:19:58 -08:00
options_parser.h WritePrepared Txn: Optimize for recoverable state 2017-11-01 17:26:46 -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 Concurrent task limiter for compaction thread control (#4332) 2018-12-13 13:18:28 -08:00
options_test.cc Make compaction_pri = kMinOverlappingRatio to be default (#4911) 2019-01-23 16:47:38 -08:00
options.cc Make compaction_pri = kMinOverlappingRatio to be default (#4911) 2019-01-23 16:47:38 -08:00