0

The version is v3.4.1.

I want to find nodes that match these properties When LIMIT is restricted, it can return normally:

LOOKUP ON person WHERE person.aa==1 AND person.bb==1 YIELD id(vertex) | LIMIT 50.
LOOKUP ON person WHERE person.aa==1 AND person.bb==1 YIELD id(vertex) .age| LIMIT 50.

When LIMIT is removed, it gives the result:

LOOKUP ON person WHERE person.aa==1 AND person.bb==1 YIELD id(vertex) ;

The error StorageMemoryExceeded is shown, and java arraylist can not be generated but the all matching nodes are needed to be returned.

Lisa Liu
  • 139
  • 1
  • 6

0 Answers0