Hacker News new | ask | show | jobs
by manigandham 1279 days ago
A simpler scheme I've used for adtech (billions of requests per day) is to simply reserve a chunk of numbers for each server from a central source. Easy to implement, very fast since each node can just increment in process, and using a 64-bit integer is effectively infinite.
1 comments

That's how Active Directory Domain Controllers handle the distributed creation of SIDs too.