Revision e1c468d16ff3400508570fbbed4d4b01f3505471 authored by sdong on 16 August 2019, 23:40:09 UTC, committed by Facebook Github Bot on 16 August 2019, 23:42:56 UTC
Summary:
Right now VerifyChecksum() doesn't do read-ahead. In some use cases, users won't be able to achieve good performance. With this change, by default, RocksDB will do a default readahead, and users will be able to overwrite the readahead size by passing in a ReadOptions.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5713

Test Plan: Add a new unit test.

Differential Revision: D16860874

fbshipit-source-id: 0cff0fe79ac855d3d068e6ccd770770854a68413
1 parent e89b1c9
History
File Mode Size
coverage_test.sh -rwxr-xr-x 2.3 KB
parse_gcov_output.py -rw-r--r-- 4.2 KB

back to top