Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do readahead in VerifyChecksum() #5713

Closed
wants to merge 1 commit into from

Commits on Aug 16, 2019

  1. Do readahead in VerifyChecksum()

    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.
    
    Test Plan: Add a new unit test.
    
    Fix db_test build issue in GCC.
    
    Fix the bug.
    siying committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e92c293 View commit details
    Browse the repository at this point in the history