You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using Ulid to generate unique IDs based on names.
For the most part it works, but we're seeing a lot of ID collisions in certain circumstances...
For instance, these two collide:
I'm sorry if I'm misunderstanding how this works, but I was under the impression that Ulids generated should be more unique than this?
This is the implementation: (Sorry, code tags butchered everything..)
.ToUlid:
The text was updated successfully, but these errors were encountered:
We're using Ulid to generate unique IDs based on names.
For the most part it works, but we're seeing a lot of ID collisions in certain circumstances...
For instance, these two collide:
I'm sorry if I'm misunderstanding how this works, but I was under the impression that Ulids generated should be more unique than this?
This is the implementation: (Sorry, code tags butchered everything..)
.ToUlid:
The text was updated successfully, but these errors were encountered: