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 multiple modes of execution for fastfield range query #2376

Open
trinity-1686a opened this issue Apr 24, 2024 · 0 comments
Open

support multiple modes of execution for fastfield range query #2376

trinity-1686a opened this issue Apr 24, 2024 · 0 comments

Comments

@trinity-1686a
Copy link
Contributor

in quickwit, we found that some query are faster when range queries are done through the ast, using fastfield-based range query, but some others prefer post filtering done inside the collector. This hints toward implementing two forms of fastfield-based range query, the current one when the range is very selective, and the "more naive filtering" when the range isn't very selective. The selection would also depend on how costly the rest of the query is, costlier queries tends to favor the currently present query, while cheaper queries seems to prefer filtering

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