• S
    Do readahead in VerifyChecksum() (#5713) · e1c468d1
    sdong 提交于
    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
    e1c468d1
Makefile 69.2 KB