New UUID Formats
ietf.org
New UUID Formats
1–10 of 172 posts
Re: New UUID Formats
#2Re: New UUID Formats
#3https://news.ycombinator.com/item?id=28088213 [244 comments]
Personally, I really like UUIDv7, except I transform the UUID to a 25-character string which has all the same properties except it doesn't look like a UUID. The last thing I want is my index of time-sortable UUIDs getting contaminated with with some UUIDv4 fully random ones. Since UUIDs may be generated and persisted in a distributed manner, it's a simple way to at least spot this.
Re: New UUID Formats
#4Re: New UUID Formats
#5Re: New UUID Formats
#6This had appeared a few times before at earlier stages of the draft process... https://news.ycombinator.com/item?id=28088213 [244 comments] Personally, I really like UUIDv7, except I transform the UUID to a 25-character string which has all the same properties except it doesn't look like a UUID. The last thing I want is my index of time-sortable UUIDs getting contaminated with with some UUIDv4 fully random ones. Sinc…
Although you light mean just visually you'd spot the difference much easier!
Re: New UUID Formats
#7UUIDv6 coming in just about 10 years late. Guess its something.
Re: New UUID Formats
#8[1]: https://cran.r-project.org/web/packages/ulid/vignettes/intro...
Re: New UUID Formats
#9It's a shame they didn't finally drop big endian. Little endian won out and our newer protocols should reflect that for efficiency's sake.
Re: New UUID Formats
#10It's a shame they didn't finally drop big endian. Little endian won out and our newer protocols should reflect that for efficiency's sake.