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

Support filter threshold setting per field in a query. #33166

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

geirst
Copy link
Member

@geirst geirst commented Jan 23, 2025

This threshold is currently used to determine whether to use bitvector posting list when searching in a disk index. This optimization is triggered when the relative hit estimate of the query term is larger than the filter threshold.

This relates to #33139 and #33165 (schema syntax) and #33156 (config wiring).

@toregge please review
@vekterli FYI

This threshold is currently used to determine whether to use bitvector posting list when searching in a disk index.
This optimization is triggered when the relative hit estimate of the query term is larger than the filter threshold.

This relates to #33139 and #33165 (schema syntax) and #33156 (config wiring).
@geirst geirst requested a review from toregge January 23, 2025 16:36
@geirst geirst merged commit d02abba into master Jan 23, 2025
3 checks passed
@geirst geirst deleted the geirst/filter-threshold-in-query branch January 23, 2025 16:49
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.

2 participants