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 IndexMerge Intersection #39333

Closed
3 tasks done
guo-shaoge opened this issue Nov 23, 2022 · 0 comments
Closed
3 tasks done

Support IndexMerge Intersection #39333

guo-shaoge opened this issue Nov 23, 2022 · 0 comments
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@guo-shaoge
Copy link
Collaborator

guo-shaoge commented Nov 23, 2022

Feature Request

Is your feature request related to a problem? Please describe:

None
Describe the feature you'd like:

We have IndexMergeUnion already, we now want IndexMergeIntersection. So different conditions connected by and can use multiple indexes.

In some situations, performance of IndexMergeIntersection is better than IndexLookUp and Selection + TableScan. For example, when you are sure the intersection of multiple indexes can filter most of data, IndexMergeIntersection is good to use.
Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

subtasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant