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

Native histograms: optimize chunk iterator usage #7235

Open
Tracked by #7229
krajorama opened this issue Jan 28, 2024 · 0 comments
Open
Tracked by #7229

Native histograms: optimize chunk iterator usage #7235

krajorama opened this issue Jan 28, 2024 · 0 comments
Assignees

Comments

@krajorama
Copy link
Contributor

krajorama commented Jan 28, 2024

Since [PR 13340] (prometheus/prometheus#13340) the chunkenc.Iterator interface requires this. It's a way to optionally reuse the memory area of the given histogram to reduce allocation.

Map out how interators and their buffers are used in quieries and query frontend and optimize allocations in mimir.

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

No branches or pull requests

2 participants