
UUID v7 vs v4: PostgreSQL Performance Benchmark
UUID v7 vs v4 in PostgreSQL: why random UUIDs fragment B-tree indexes, how UUID v7 fixes it, benchmarks at 5M rows, and Drizzle ORM migration steps.
May 29, 202612 min read0 reactions0 comments
Tag archive

UUID v7 vs v4 in PostgreSQL: why random UUIDs fragment B-tree indexes, how UUID v7 fixes it, benchmarks at 5M rows, and Drizzle ORM migration steps.
How ULID Actually Works: Implementing the Codec in 60 Lines of Python A scriptable ULID...

Welcome! In this article we are going to have the showdown of two prominent choices of unique...

A brief overview of ULID and how to use it.