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

Use the rocksdb mget to improve the performance #1453

Merged
merged 2 commits into from
May 22, 2023

Commits on May 21, 2023

  1. Feat: optimize MGet function for improved performance

    fixes: apache#1441
    
    - Use RocksDB's MultiGet to improve mget performance of hash
    
    Signed-off-by: Zewen Xu <zevin9427@gmail.com>
    zevin02 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    65b7637 View commit details
    Browse the repository at this point in the history
  2. Fix bug where non-notfound errors were not returned in Hash::MGet()

    Signed-off-by: Zewen Xu <zevin9427@gmail.com>
    zevin02 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    e17273e View commit details
    Browse the repository at this point in the history