neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            

Home Page:https://neo4j.com/labs/apoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should probably use DETACH DELETE in TTL

jexp opened this issue · comments

For the nodes deletion statement, just to be safe if any new relationships have sneaked in since the rel-deletion that they would be caught as well.

https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/dev/extended/src/main/java/apoc/ttl/TTLLifeCycle.java#LL67C90-L67C96