|
|
|
|
|
by traceroute66
1888 days ago
|
|
Re: Snowflake clone
I would humbly invite you to read the note in the KSUID Github, namely: *To fit into a 64-bit number space, Snowflake IDs and its derivatives require coordination to avoid collisions, which significantly increases the deployment complexity and operational burden.*
Therefore KSUID remains the best option. |
|
I would argue that doubling your key-space in the case of KSUIDs may have just as much of an impact as coordinating node ids in the case of snowflake (and in fact the snowflake technique only runs into coordination problems when you're at pretty extreme scale).