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
{{ message }}
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
This issue is related to #380, but it goes beyond its scope.
Consider the query:
This is currently compiled to a join with two legs:
Dual
->Unwind
->Join
GetVertices
->Selection
->Join
For correlated queries, it would make sense to use a 'unary GetVertices' operator, which can take the output of an
Unwind
operator.For reference, Neo4j also uses a sort of lazy join operator,
Apply
, which is an efficient approach.cc @jmarton
The text was updated successfully, but these errors were encountered: