Expiring Nodes with Time To Live (TTL) APOC Series #10

02 Oct, 2018



Some nodes are not meant to live forever. That's why with APOC you can specify a time by when they are removed from the database, by utilizing a schema index and an additional label.
A few convenience procedures help with that.

#APOC #GraphDatabases

More details in the documentation:
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_time_to_live_ttl

Related Videos