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

OAK-10487: replaced lsm estimator with cacheable count #1149

Merged
merged 7 commits into from
Oct 18, 2023

Conversation

fabriziofortino
Copy link
Contributor

@fabriziofortino fabriziofortino commented Oct 12, 2023

The ES size estimator is currently implemented with a simple linear regression function. This could lead to quite inaccurate results. Replaced with an estimator that performs a count query. The results are cached using the existing ES cached statistics capabilities.

@fabriziofortino fabriziofortino marked this pull request as ready for review October 13, 2023 09:47
@fabriziofortino fabriziofortino merged commit 31a3341 into apache:trunk Oct 18, 2023
1 of 2 checks passed
@fabriziofortino fabriziofortino deleted the OAK-10487 branch October 18, 2023 12:54
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.

3 participants