ended7월 23일· 1 sources

Implementing UUID v7 by hand: time-sortable primary keys (and the same-millisecond trap)

Why it matters

Random UUID v4 makes a poor primary key: values land all over the index, so B-tree inserts scatter across pages and page splits go up. UUID v7 puts a millisecond timestamp in the leading bits (standar...

1
Sources
+0
24h
Growth
60d
Active

Sources

Related Issues