I have started exploring Dgraph recently and new to it. I am trying to draw a parallel between Dgraph and Neo4j, and had a doubt: Is there any method to set a TTL(Time to live) for nodes in DGraph?
@aniketshirke Dgraph doesn’t support setting TTL for a node, you need to delete it via mutation if you want to remove some edges.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.