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

feat(blooms): Separate page buffer pools for series pages and bloom pages #12992

Merged
merged 2 commits into from
May 20, 2024

Commits on May 20, 2024

  1. Separate page buffer pools for series and blooms

    Series pages are much smaller than bloom pages and therefore can make
    use of a separate buffer pool with different buckets.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fd8dde4 View commit details
    Browse the repository at this point in the history
  2. Fix potential panic in metric collection

    The bytesSkipped metric requires two labels "type" and "reason".
    Providing only a single one would result in a panic.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed May 20, 2024
    Configuration menu
    Copy the full SHA
    94d7095 View commit details
    Browse the repository at this point in the history