rocksdb/options
Andrew Kryczka d31d02248a implement lower bound for iterators
Summary:
- for `SeekToFirst()`, just convert it to a regular `Seek()` if lower bound is specified
- for operations that iterate backwards over user keys (`SeekForPrev`, `SeekToLast`, `Prev`), change `PrevInternal` to check whether user key went below lower bound every time the user key changes -- same approach we use to ensure we stay within a prefix when `prefix_same_as_start=true`.
Closes https://github.com/facebook/rocksdb/pull/3074

Differential Revision: D6158654

Pulled By: ajkr

fbshipit-source-id: cb0e3a922e2650d2cd4d1c6e1c0f1e8b729ff518
2017-10-26 18:30:42 -07:00
..
cf_options.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
cf_options.h Change RocksDB License 2017-07-26 11:31:01 -07:00
db_options.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
db_options.h Change RocksDB License 2017-07-26 11:31:01 -07:00
options_helper.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
options_helper.h Change RocksDB License 2017-07-26 11:31:01 -07:00
options_parser.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
options_parser.h Change RocksDB License 2017-07-26 11:31:01 -07:00
options_sanity_check.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
options_sanity_check.h Change RocksDB License 2017-07-26 11:31:01 -07:00
options_settable_test.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
options_test.cc Change RocksDB License 2017-07-26 11:31:01 -07:00
options.cc implement lower bound for iterators 2017-10-26 18:30:42 -07:00