Open
Description
As I understood, given fixed seed, workerId, the generated ids are unique, so the only thing that decides which id to generate is the time. However, the combinations are limited, so the uniqueness could only be ensured within some time range. If I keep generating ids over that time range, I must enter another loop and get duplicated ids.
Is that right? what's the max time range this package guarantee?
Metadata
Metadata
Assignees
Labels
No labels