cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Apoc.cypher.run with cypher from node property runs pretty slow

marc_roth
Node Clone

Hi community,
I've got a weird problem using apoc.cypher.run. When I pass the cypher variable it runs as expected within a few ms. But matching a node and using passing a "cypher-property" to the procedure slows it down to nearly 5 sec. Even if I use a variable with node{.*} or with node.cypher. Any clues about it?
Kind regards
Marc

1 REPLY 1

Can you show an example?