Skip to content

Support for range queries #817

Answered by fulmicoton
vtripolitakis asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @vtripolitakis ! Thanks for your question.

We already support timestamp range queries. If this is your use case it should work out of the box.

Timestamps have a special status in Quickwit.
We does split pruning based on the time range you sent.
Our merge strategy also tries to merge splits that are contiguous in time, in order to keep this split pruning as powerful as possible.

If you need range query on another field, it is on our roadmap. You can expect to see in the 2nd quarter of next year I would say.

We will add range query support relatively soon but it will most likely

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fmassot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants