Y
Hacker News
new
|
ask
|
show
|
jobs
by
bgdam
2090 days ago
Creating ever increasing ids reliably at scale is not trivial. You will probably end up having a single server generating these ids which will then become a single point of failure.
1 comments
caturopath
2090 days ago
(Or a distributed system - this is no trickier to migrate away from SPOF than anything else with global state.)
link