Hacker News new | ask | show | jobs
by guptaneil 863 days ago
> Is it just that v7 includes a timestamp for better sorting?

Correct. The sortable nature of UUIDv7 improves database performance and index locality by helping the index be more efficient since rows are inserted in a predictable order instead of scattered randomly.