Josef Machytka: A deeper look at old UUIDv4 vs new UUIDv7 in PostgreSQL 18
In the past there have been many discussions about using UUID as a primary key in PostgreSQL. For some applications, even a BIGINT column does not have sufficient range: it is a signed 8 byte integer with range’9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Although these values look big...