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

Improve streaming on MetricsForLabelMatchersStream method #6436

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alanprot
Copy link
Member

@alanprot alanprot commented Dec 17, 2024

What this PR does:
Currently, the MetricsForLabelMatchersStream accumulates all result series in memory before starts streaming.

The PR changes to stream series as soon as the batch size is reached.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@alanprot alanprot marked this pull request as ready for review December 17, 2024 22:06
@alanprot alanprot requested a review from yeya24 December 17, 2024 22:29
Co-authored-by: SungJin1212 <[email protected]>
Signed-off-by: Alan Protasio <[email protected]>
@harry671003
Copy link
Contributor

@alanprot
Copy link
Member Author

Would it come up in a benchmark like https://github.com/cortexproject/cortex/blob/master/pkg/ingester/ingester_test.go#L3109?

That benchmark is not using the Stream method.. but i can try to make it use.

Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

4 participants