|
|
|
|
|
by vlovich123
242 days ago
|
|
> UUIDv7 is only bad for range partitioning and privacy concerns. It's no worse for privacy than other UUID variants if the "privacy" you're worried about leaking is the creation time of the UUID. As for range partitioning, you can of course choose to partition on the hash of the UUIDv7 at the cost of giving up cheaper rights / faster indices. On the other hand, that of course gives up locality which is a common challenge of partitioning schemes. It depends on the end-to-end design of the system but I wouldn't say that UUIDv7 is inherently good or bad or better/worse than other UUID schemes. |
|