Hi,
I am wondering if node ID defined using UUID strategy might be recycled.
Neo4j doc clearly states that one should not rely on the internally generated node ID as Neo4J might reuse it when deleting node, but doc is quite vague about the UUID strat...