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

fix(blooms): dont break iterator conventions #12808

Merged
merged 2 commits into from
Apr 30, 2024

Commits on Apr 26, 2024

  1. fix(blooms): dont break iterator conventions

    refactors skip logic for bloom pages that are too large
    
    s/Seek/LoadOffset/ for LazyBloomIter
    
    removes unused code
    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3ca36fa View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. only skip bloom pages when there is no error

    Signed-off-by: Owen Diehl <[email protected]>
    owen-d committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fc6554b View commit details
    Browse the repository at this point in the history