jexp / store-utils

Utilities to compact, copy, fix, analyse Neo4j stores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Store Copy when omitting the Nodes that still have Relationships

rohankharwar opened this issue · comments

I was testing the Store Copy omitting Nodes and Relationships. However I think I found an issue. If I omit the Nodes that still has relationship. The Relationships don’t automatically get deleted and also those Nodes exists but don’t have any label on it.

We need a better way to handle this so the nodes and its relationships are deleted.
I tested this with 3.1 version.

Thanks and Regards,
Rohan