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

Avoid extending part on backward seek #1005

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. Avoid extending part on backward seek

    Currently, we combine parts from the seek window to `current_part` in the
    part queue whenever we seek backward which mean we also have to re-compute
    checksums for this combined part. It particularly affect read throughput in
    some use cases where backward seek rate is high. This change should improve
    the throughput for those use cases.
    
    Signed-off-by: Monthon Klongklaew <[email protected]>
    monthonk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b2385d8 View commit details
    Browse the repository at this point in the history
  2. PR comments

    Signed-off-by: Monthon Klongklaew <[email protected]>
    monthonk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f020827 View commit details
    Browse the repository at this point in the history