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

Shortens blocks' last_key in the SSTable block index. #1361

Merged
merged 3 commits into from
May 6, 2022

Commits on May 6, 2022

  1. Shortens blocks' last_key in the SSTable block index.

    Right now we store last key in the blocks of the SSTable index.
    This PR replaces the last key by a shorter string that is greater or
    equal and still lesser than the next key.
    This property is sufficiently to ensure the block index
    works properly.
    
    Related to quickwit#1366
    fulmicoton committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2cb1bd3 View commit details
    Browse the repository at this point in the history
  2. Update src/termdict/sstable_termdict/sstable/mod.rs

    Co-authored-by: PSeitz <PSeitz@users.noreply.github.com>
    fulmicoton and PSeitz authored May 6, 2022
    Configuration menu
    Copy the full SHA
    582518e View commit details
    Browse the repository at this point in the history
  3. Update src/termdict/sstable_termdict/sstable/sstable_index.rs

    Co-authored-by: PSeitz <PSeitz@users.noreply.github.com>
    fulmicoton and PSeitz authored May 6, 2022
    Configuration menu
    Copy the full SHA
    151b3fd View commit details
    Browse the repository at this point in the history