> the random nature of standard non-time-ordered UUIDs (such as v4) can create database performance problems when used as primary keys. This problem is often referred to as poor database index locality.
Couldn't that be solved with incremented serial numbers, rather than leaking time data?
Couldn't that be solved with incremented serial numbers, rather than leaking time data?