Hacker News new | ask | show | jobs
by tracker1 247 days ago
Except if you're using a sharding or clustering database system, where the record itself may be stored to separate servers as well as the key generation itself.
1 comments

In those cases yes. There's still a case for sequential there depending on the use pattern, but write-heavy benefits from not waiting on one server for IDs.