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: add a KeySchema-specific header #4084

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. colblk: add a KeySchema-specific header

    We add a fixed-size KeySchema-specific header to the beginning of the
    custom block header. A KeySchema implementation can store there
    information and retrieve it when initializing the key seeker.
    
    We use this to add a byte to cockroach blocks which indicates what
    types of suffixes are contained in the block (mvcc, empty, non-mvcc).
    This will be used for optimized fast paths for the common cases.
    RaduBerinde committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    410a16c View commit details
    Browse the repository at this point in the history