Hacker News with Generative AI: UUID

Postgres UUIDv7 and per-back end monotonicity (brandur.org)
An implementation for UUIDv7 was committed to Postgres earlier this month. These have all the benefits of a v4 (random) UUID, but are generated with a more deterministic order using the current time, and perform considerably on inserts using ordered structures like B-trees.
Exploring Alternatives to UUIDv4; Enter ULIDs (jirevwe.github.io)
UUIDv4 is a commonly used unique identifier format. UUIDv4 is a standardized format for generating unique identifiers that are widely used in distributed systems. Recently there have attempts to introduce new identifier formats that are shorter, url-friendly, lexographically sortable, collision-safe during generation.
TIL: Versions of UUID and when to use them (ntietz.com)
UUIDv7: The Time-Sortable Identifier for Modern Databases (uuid7.com)
ULID: Like UUID but Sortable (2019) (github.com/ulid)
PostgreSQL and UUID as Primary Key (maciejwalkowiak.com)
Now that UUIDv7 is lexicographic, does that mean there is no use for ULID? (npmjs.com)
UUIDv7 in 20 Languages (antonz.org)
RFC 9562: Universally Unique IDentifiers (May 2024) (rfc-editor.org)
New UUID formats have been approved (ietf.org)