ULID: Universally Unique Lexicographically Sortable Identifier
packagemain.tech
ULID: Universally Unique Lexicographically Sortable Identifier
1–10 of 58 posts
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#2Re: ULID: Universally Unique Lexicographically Sortable Identifier
#3> Why not use UUID7?
> "ULID is much older than UUID v7 though and looks nicer"
For those unfamiliar, UUIDv7 has pretty much the same properties – sortable, has timestamp, etc.
ULID: 01ARZ3NDEKTSV4RRFFQ69G5FAV
UUIDv7: 019b04ff-09e3-7abe-907f-d67ef9384f4f
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#4Re: ULID: Universally Unique Lexicographically Sortable Identifier
#5Yeah, I would go with UUID v7 at this point given that it's part of the UUID RFC https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-vers...
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#6Mentioned in the article's comments: > Why not use UUID7? > "ULID is much older than UUID v7 though and looks nicer" For those unfamiliar, UUIDv7 has pretty much the same properties – sortable, has timestamp, etc. ULID: 01ARZ3NDEKTSV4RRFFQ69G5FAV UUIDv7: 019b04ff-09e3-7abe-907f-d67ef9384f4f
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#7Mentioned in the article's comments: > Why not use UUID7? > "ULID is much older than UUID v7 though and looks nicer" For those unfamiliar, UUIDv7 has pretty much the same properties – sortable, has timestamp, etc. ULID: 01ARZ3NDEKTSV4RRFFQ69G5FAV UUIDv7: 019b04ff-09e3-7abe-907f-d67ef9384f4f
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#8Mentioned in the article's comments: > Why not use UUID7? > "ULID is much older than UUID v7 though and looks nicer" For those unfamiliar, UUIDv7 has pretty much the same properties – sortable, has timestamp, etc. ULID: 01ARZ3NDEKTSV4RRFFQ69G5FAV UUIDv7: 019b04ff-09e3-7abe-907f-d67ef9384f4f
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#9Mentioned in the article's comments: > Why not use UUID7? > "ULID is much older than UUID v7 though and looks nicer" For those unfamiliar, UUIDv7 has pretty much the same properties – sortable, has timestamp, etc. ULID: 01ARZ3NDEKTSV4RRFFQ69G5FAV UUIDv7: 019b04ff-09e3-7abe-907f-d67ef9384f4f
UUIDv7 looks better in the eye of this beholder.
Re: ULID: Universally Unique Lexicographically Sortable Identifier
#10It's best to stick to UUIDv7 because of such quirks of ULID.