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.

jo_nathan
Node Clone
since ‎01-14-2022
‎10-17-2022

User Statistics

  • 14 Posts
  • 2 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

TL;DR Comparing array elements is inefficient - how to improve? Should I use a proper programming language? Which can be recommended? MATCH (a:example_label),(b:example_label) WHERE any(temp IN a.list WHERE temp IN b.list) MERGE (a)-[:relationship]...