|
|
|
|
|
by zzzcpan
2952 days ago
|
|
> One advantage of using an incrementing integer is that rows will be ordered on disk based on when they were created If each identifier starts with a logical time, say lamport timestamp, you can still get the same ordering effect without incrementing integers in a centralized place somewhere. |
|
Collisions are extremely unlikely unless you have Google scale and generated UUIDs are mostly ordered.