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

Using a single seed array for expanded postings cache on ingesters #6365

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

alanprot
Copy link
Member

@alanprot alanprot commented Nov 22, 2024

What this PR does:

For cortex deployments with huge number of tenants, creating a 8mb seed slice per tenant can be wasteful.

This PR is creating 1 seed slice per ingester (16mb now) and reusing it across all the tenants.

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 enabled auto-merge (squash) November 22, 2024 19:31
@alanprot alanprot merged commit c46aec6 into cortexproject:master Nov 22, 2024
6 of 7 checks passed
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.

2 participants