Generating unique IDs in a distributed environment at high scale.
Recently, I was working on an application which had a sharded database, required generating unique IDs at scale that could be used as a primary key. This is commonly asked and an interesting system design problem. In this article, I will discuss the ...
pankajtanwar.hashnode.dev5 min read
Avi Bhardwaj
Nice Article