How Twitter generates millions of unique ids per second?
Unique ID Generator in a Distributed System.
Unique id generator is a must do system design question. The season being unique id is required in almost every system nowadays.
Scope of the problem
What is the length of the unique id?
64 bits
Is the un...
blog.sagarmoy.work5 min read
Miki Szeles
Everything related to test automation
Interesting insights Sagar. Thanks. I am not an expert on the topic, so my question might be stupid: Why do we need a sortable id? Why don't we simply sort based on the creation timestamp?