|
|
|
|
|
by Jiejeing
1877 days ago
|
|
I agree, to an extent, with your comment. But having sortable/chronological IDs on a single column is a really nice feature to have. Obviously, if you rely on the IDs to be unguessable/brute-forceable as part of your access control, then it is certainly bad to use such IDs. But I have not yet seen a case where I need both sortable and secure IDs. Being collision-free is what we want in a database context, and if it can hold some more information for the order, all the better. |
|