|
|
|
|
|
by perrygeo
247 days ago
|
|
Is there an unavoidable tradeoff here? Keys that order nicely (auto-incrementing integers, UUIDv7) naturally leak information. Keys that are more secure (UUIDv4) can have performance problems because they have poor locality. Or are there any random id generators that can compromise, remain sequential-ish without leaking exact timestamps and global ordering? |
|