You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) wherev.namein ["Tim Duncan","Yao Ming"] returnn
This is execution plan of neo4j:
The text was updated successfully, but these errors were encountered:
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.This is execution plan of neo4j:
The text was updated successfully, but these errors were encountered: