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
Good catch!
At present, the implementation of statements like MATCH (v) RETURN v relies on the optimizer and brings too many problems. It is nothing special and we really should unify the implementation of all patterns(eg. we should let the optimizer decide whether to generate full scan nodes).
Introduction
After #5082 , we could avoid OOM caused by scanning all data. So remove the limit number checking of
ScanVertices
andScanEdges
.Contents
Related work
The text was updated successfully, but these errors were encountered: