Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-21-2019 09:55 AM
I want to query data using ID of a node, but I read in a post that in a future version of Neo4j those IDs may change, can I use those ID values to query or should I generate Unique ID, i am thinking about using GraphAware Neo4j UUID plugin?
09-22-2019 10:00 AM
Hi @VINNUSAURUS , we always use Graphaware UUID for our production system, so that UUID once delete are not reused(or orphaned UUID references).
Neo4j reuses its internal ids when nodes and relationships are deleted. This means that applications using, and relying on internal Neo4j ids, are brittle or at risk of making mistakes. It is therefore recommended to rather use application-generated ids.
09-22-2019 10:01 AM
Thank you
All the sessions of the conference are now available online