|
|
|
|
|
by cjblomqvist
870 days ago
|
|
There are some nice features of using UUIDs rather than ints. It's been written about before, a few on the top of my head: Client side generation of ids. No risk of faulty joins (using the wrong ids to join 2 tables can never get any hits with UUIDs, it can with ints). Those two sucks for us right now (planning to move to UUIDs). |
|