-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would ulid be better then snowflake id? #65
Comments
I don't really know anything about this (as I'm just discovering ULIDs myself) but it seems to me that snowflakes require a machine ID, which has the same problems as UUID v1 and v2. If the machine ID isn't universally unique, then the resulting snowflake won't be either. |
A little late to the party, but...
|
It seems that snowflake id may be more ideal then, even if it requires some sort of machine/node id that could always just be set to the name of the thread your using in your language or something. Or well as long as you don't care about having to use BigInts or Longs everywhere instead of normal integers |
would ulid be better/more unique than a twitter snowflake and why?
The text was updated successfully, but these errors were encountered: