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

Save memory when significant_text is not on top (#58145) #58364

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Jun 18, 2020

This merges the aggregator for significant_text into
significant_terms, applying the optimization built in #55873 to save
memory when the aggregation is not on top. The significant_text
aggregation is pretty memory intensive all on its own and this doesn't
particularly help with that, but it'll help with the memory usage of any
sub-aggregations.

This merges the aggregator for `significant_text` into
`significant_terms`, applying the optimization built in elastic#55873 to save
memory when the aggregation is not on top. The `significant_text`
aggregation is pretty memory intensive all on its own and this doesn't
particularly help with that, but it'll help with the memory usage of any
sub-aggregations.
@nik9000 nik9000 merged commit 519f419 into elastic:7.x Jun 23, 2020
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.

1 participant