rocksdb/options
sdong 8f2bee6747 Add ReadOptions.auto_prefix_mode (#6314)
Summary:
Add a new option ReadOptions.auto_prefix_mode. When set to true, iterator should return the same result as total order seek, but may choose to do prefix seek internally, based on iterator upper bounds. Also fix two previous bugs when handling prefix extrator changes: (1) reverse iterator should not rely on upper bound to determine prefix. Fix it with skipping prefix check. (2) block-based filter is not handled properly.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6314

Test Plan: (1) add a unit test; (2) add the check to stress test and run see whether it can pass at least one run.

Differential Revision: D19458717

fbshipit-source-id: 51c1bcc5cdd826c2469af201979a39600e779bce
2020-01-28 14:44:05 -08:00
..
cf_options.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
cf_options.h Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
db_options.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
db_options.h Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
options_helper.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08: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 Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
options_parser.h Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08: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 Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
options_test.cc Introduce a new storage specific Env API (#5761) 2019-12-13 14:48:41 -08:00
options.cc Add ReadOptions.auto_prefix_mode (#6314) 2020-01-28 14:44:05 -08:00