|
|
|
|
|
by sonium
870 days ago
|
|
You probably should not use UUIDs to start with in your database at least not as an ID. UUIDv7 aims solve some of the issues of UUIDv4 that are even less suitable in for databases. 99% of times using BigInt for an ID is better. |
|
Those two sucks for us right now (planning to move to UUIDs).