
There are a few simple things to understand about how Neo4j handles Cypher MERGE operations to
avoid undesired or unexpected behavior when using it.
1. The Cypher MERGE operation is a MATCH or CREATE of the entire pattern. This means that if any element of the pattern does NOT exist, Neo4j will attempt to create the entire pattern.Read more…
No comments:
Post a Comment