Skip to content

Only store the upper bound of the histogram buckets - #827

Open
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:histogram-cleanup-4
Open

Only store the upper bound of the histogram buckets#827
jeltz wants to merge 1 commit into
percona:mainfrom
jeltz:histogram-cleanup-4

Conversation

@jeltz

@jeltz jeltz commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

The lower bound is not necessary to store so do not store it and instead only store the upper bounds saving a few bytes and a few cycles.

PG-0

@jeltz
jeltz force-pushed the histogram-cleanup-4 branch from 9be12c0 to 52737f0 Compare August 10, 2026 19:24
The lower bound is not necessary to store so do not store it and instead
only store the upper bounds saving a few bytes and a few cycles.
@jeltz
jeltz force-pushed the histogram-cleanup-4 branch from 52737f0 to 70041f3 Compare August 10, 2026 19:25
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.46%. Comparing base (81ca012) to head (70041f3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #827   +/-   ##
=======================================
  Coverage   88.46%   88.46%           
=======================================
  Files           3        3           
  Lines        1318     1318           
  Branches      187      186    -1     
=======================================
  Hits         1166     1166           
  Misses         77       77           
  Partials       75       75           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant