|
|
|
|
|
by bruce511
1124 days ago
|
|
All this, but I'd steer away from sequential numbers. They suffer from security problems, data-merging problems, data-distribution and replication problems, and more. Over a long career I've come to favor UUID, the cost (space and performance) are well worth the advantages. |
|
In fact, if your created_at is indexed and you can get rid of it via uuid7, there is practically no difference in terms of table size. The size cost is solely on foreign keys.