nicolewhite / neo4j-flask

Flaskr Extended with Neo4j and Py2neo.
http://nicolewhite.github.io/neo4j-flask/
312 stars 113 forks source link

Can We relay on uuid as unique? #10

Closed thmohd closed 8 years ago

thmohd commented 8 years ago

is uuid4 actually unique when we are dealing with ten thousands of nodes?

nicolewhite commented 8 years ago

Yes, it is extremely unlikely you will ever duplicate a UUID.

thmohd commented 8 years ago

Thank you.