ULID

Oct 20, 2023

https://github.com/ulid/spec

UUID can be suboptimal for many use-cases because:

A neat feature of the ULID is that it includes the date of its creation - which means you can do things like say "if this key is older than X, do legacy thing"

(comes from this thread about AWS best practices)

↑ up