Are snowflake ids generated on multiple machines sortable

98 Views Asked by At

I am reading https://en.wikipedia.org/wiki/Snowflake_ID

There are 41 bits for time epoch in each generated id. but if these ids are generated on multiple machines, but the time on each machine are not aligned. how to make sure all ids are sortable by time?

Thanks

0

There are 0 best solutions below