|
|
|
|
|
by welder
869 days ago
|
|
Auto-incrementing integers mean you're always dependent on a central server. UUIDs break that dependency, so you can scale writes up to multiple databases in parallel. If you're using MySQL maybe integer ids make sense, because it scales differently than PostgreSQL. |
|
If you're referring to not having conflicts between distributed nodes, that's a solved problem as well – distribute chunked ranges to each node of N size.