|
|
|
|
|
by CodesInChaos
262 days ago
|
|
You generally can't rely on strict monotonicity of primary keys, since the order in which transactions commit isn't necessarily the order in which the ids were generated. But I have relied on primary keys being "monotonic enough" to sort output by creation time for display purposes. |
|
That way you couldn't make them disappear.