Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Analyze Query Expressions to Resolve Matching Indexes #150

Open
tsutomi opened this issue Apr 21, 2016 · 0 comments
Open

Analyze Query Expressions to Resolve Matching Indexes #150

tsutomi opened this issue Apr 21, 2016 · 0 comments

Comments

@tsutomi
Copy link
Member

tsutomi commented Apr 21, 2016

The query planner will scan for the input search expression (either a WHERE or a HAVING, depending on the form) for column references and search for indexes that match the filter columns

In case any index matching the columns passed is found, a new node is created in the plan.

The implementation will not support complex filter expressions that will include mixed indexing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

1 participant