rocksdb/options
sdong 15fd3be07b LRU Cache to enable mid-point insertion by default (#5508)
Summary:
Mid-point insertion is a useful feature and is mature now. Make it default. Also changed cache_index_and_filter_blocks_with_high_priority=true as default accordingly, so that we won't evict index and filter blocks easier after the change, to avoid too many surprises to users.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5508

Test Plan: Run all existing tests.

Differential Revision: D16021179

fbshipit-source-id: ce8456e8d43b3bfb48df6c304b5290a9d19817eb
2019-06-27 10:20:57 -07:00
..
cf_options.cc
cf_options.h
db_options.cc Persistent Stats: persist stats history to disk (#5046) 2019-06-17 15:21:50 -07:00
db_options.h Persistent Stats: persist stats history to disk (#5046) 2019-06-17 15:21:50 -07:00
options.cc Persistent Stats: persist stats history to disk (#5046) 2019-06-17 15:21:50 -07:00
options_helper.cc Add an option to put first key of each sst block in the index (#5289) 2019-06-24 20:54:04 -07:00
options_helper.h
options_parser.cc
options_parser.h
options_sanity_check.cc
options_sanity_check.h
options_settable_test.cc Persistent Stats: persist stats history to disk (#5046) 2019-06-17 15:21:50 -07:00
options_test.cc LRU Cache to enable mid-point insertion by default (#5508) 2019-06-27 10:20:57 -07:00