Wednesday, October 11, 2017

Neo4j and Cypher: Deleting Duplicate Nodes

DZone Database Zone
Neo4j and Cypher: Deleting Duplicate Nodes
Neo4j and Cypher: Deleting Duplicate Nodes

I had a problem on a graph I was working on recently where I’d managed to create duplicate nodes because I hadn’t applied any unique constraints.

I wanted to remove the duplicates and came across Jimmy Ruts’ excellent post, which shows some ways to do this.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...