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

Make Cache More Memory Efficient (#77546) #77648

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

original-brownbear
Copy link
Member

No need to keep counters per segment when we only use them in aggregate.
Also, removed a few spots of using needless indirection by making
segments reference the cache itself directly and saved a bunch of empty maps
for idle caches on e.g. rarely used indices.

backport of #77546

No need to keep counters per segment when we only use them in aggregate.
Also, removed a few spots of using needless indirection by making
segments reference the cache itself directly and saved a bunch of empty maps
for idle caches on e.g. rarely used indices.
@original-brownbear original-brownbear added >non-issue :Core/Infra/Core Core issues without another label backport labels Sep 13, 2021
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Sep 13, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@original-brownbear original-brownbear merged commit 299258a into elastic:7.x Sep 13, 2021
@original-brownbear original-brownbear deleted the 77546-7.x branch September 13, 2021 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants