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

plug exact count optimization #4019

Merged
merged 3 commits into from
Oct 26, 2023
Merged

plug exact count optimization #4019

merged 3 commits into from
Oct 26, 2023

Conversation

trinity-1686a
Copy link
Contributor

Description

fix #3997
does not impact #3998 as it would need more work. Tracing uses aggregations, which don't profit from that optimization yet

How was this PR tested?

created an index with single split documents, made a few query and verified num_hits was below what's expected when count_all=false, and normal when it's true or absent

@trinity-1686a trinity-1686a merged commit e1dc0fb into main Oct 26, 2023
4 checks passed
@trinity-1686a trinity-1686a deleted the trinity--plug-opti branch October 26, 2023 10:06
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.

Plug the exact count optimization
3 participants