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

allow for per use index hints #1671

Closed
normen662 opened this issue May 14, 2022 · 0 comments
Closed

allow for per use index hints #1671

normen662 opened this issue May 14, 2022 · 0 comments
Assignees

Comments

@normen662
Copy link
Contributor

normen662 commented May 14, 2022

Currently we can only limit the set of usable indexes per query. That approach is too heavy-handed and should be per use of a record type. This issue will add the capability to hand in an IndexHint to the FullUnorderedScanExpression which contains a set of access hints which then from constraints on the matching engine to only match the query against those match candidates that represent these access hints.

@normen662 normen662 self-assigned this May 14, 2022
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