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 in-operator IndexScan #2634

Closed
czpmango opened this issue Jul 12, 2021 · 0 comments
Closed

support in-operator IndexScan #2634

czpmango opened this issue Jul 12, 2021 · 0 comments
Labels
type/feature req Type: feature request

Comments

@czpmango
Copy link
Contributor

The current execution plan of the following query is full tag index scan. If index supports in-operator, the overhead of scan and expansion can be greatly reduced.

match (v:player)-[]->(n) where v.name in ["Tim Duncan","Yao Ming"] return n

This is execution plan of neo4j:
neo4j-in-index-plan

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 27, 2021
@CPWstatic CPWstatic added the type/feature req Type: feature request label Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants