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

Store pre-aggregated data in sparse indexes #13870

Open
jpountz opened this issue Oct 7, 2024 · 0 comments
Open

Store pre-aggregated data in sparse indexes #13870

jpountz opened this issue Oct 7, 2024 · 0 comments

Comments

@jpountz
Copy link
Contributor

jpountz commented Oct 7, 2024

Our sparse indexes record the min/max value on multiple levels to speed up filtering. We could store pre-aggregated data there as well to speed up faceting, e.g. sum and value count. The main problem to solve there is how to make Collectors take advantage of this information at search time.

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

No branches or pull requests

1 participant