Tip: Avoiding Slow & Messy Conditionals (or: splitting input) in Cypher for bulk import LOAD CSV?

You can do the merges of different labels in parallel.
It's also safer / simpler.

Neo4j locks both nodes for a relationship create/delete.

2 Likes