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

Convert tenant index to proto in the backend #4023

Closed
wants to merge 34 commits into from

Conversation

zalegrala
Copy link
Contributor

@zalegrala zalegrala commented Aug 28, 2024

What this PR does:

In large clusters, a significant portion of the poller memory is used
unmarshaling json for the tenant index. This PR converts the tenant index to a
proto to reduce memory usage.

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]

@zalegrala zalegrala changed the title Convert tenant index and block meta to proto in the backend. Convert tenant index and block meta to proto in the backend Aug 28, 2024
@zalegrala zalegrala changed the title Convert tenant index and block meta to proto in the backend Convert tenant index to proto in the backend Aug 29, 2024
tempodb/backend/v1/v1.proto Outdated Show resolved Hide resolved
tempodb/backend/v1/v1.proto Outdated Show resolved Hide resolved
@zalegrala zalegrala closed this Oct 2, 2024
@zalegrala zalegrala deleted the tenantIndexProtoMinimal branch October 2, 2024 18:43
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.

4 participants