In distributed systems, there are some scenarios that require the use of globally unique IDs. The IDs generated by Snowflake are generally sorted according to time increment, and there is no ID collision (distinguished by datacenter and workerId) in the entire distributed system, with high efficiency.
1.input Worker ID
2.input Date Center ID
3.select Epoch
4.input Quantity
5.Click generate button