Hacker News new | ask | show | jobs
by ric2b 1903 days ago
Why the id generator? Aren't GUID's enough? The chance of a collision is basically 0.
2 comments

For most of the use cases GUID works great. There are some cases where we need a numerical id which is sequential.