|
|
|
|
|
by jerrysievert
2952 days ago
|
|
uuid's aren't guaranteed to be unique at generation, there is still a non-zero chance of it having a collision. using it as a primary key to be generated by the database helps mitigate that, as there will normally be a uniqueness clause on the index. creating that uuid on the client likely will not accomplish what you're hoping. |
|
[1] https://www.quora.com/Has-there-ever-been-a-UUID-collision