graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

Investigate faster UUID option #16

Closed bachmanm closed 3 years ago

bachmanm commented 8 years ago

read this http://blog.mikemccandless.com/2014/05/choosing-fast-unique-identifier-uuid.html and investigate, whether we can do better that we're doing now

DigitalResonance commented 8 years ago

The above link is a good find. I think by using UUID V1, the time stamp and mac address should provide a pattern that is easily looked up on an index. If we could also store it as a byte array, it might reduce memory overhead a little.