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

colblk: fix crdb seekGEOnSuffix #4007

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. colblk: fix crdb seekGEOnSuffix

    This commit fixes a number of bugs in `seekGEOnSuffix` which cause
    incorrect `SeekGE` results when there are multiple suffixes with the
    same prefix or when there isn't an exact key match.
    
    We change the schema to not include the separator 0 byte in the
    encoded prefixes and make sure the read and write side agree on this.
    RaduBerinde committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    fc0e10f View commit details
    Browse the repository at this point in the history