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

use PrefixTree for :in queries #1107

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

brharrington
Copy link
Contributor

Updates the query index to leverage the prefix tree for :in queries. The :in query will only be returned in the result set if it is an exact match, so no further checks are needed.

Updates the query index to leverage the prefix tree for
`:in` queries. The `:in` query will only be returned in
the result set if it is an exact match, so no further
checks are needed.
@brharrington brharrington added this to the 1.7.5 milestone Jan 4, 2024
@brharrington brharrington merged commit cf0b717 into Netflix:main Jan 4, 2024
1 check passed
@brharrington brharrington deleted the idx-in branch January 4, 2024 13:12
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.

None yet

1 participant