top | item 45624457

(no title)

grapesodaaaaa | 4 months ago

I still feel like calling something like uuid.v4() is easier and less cognitively complex.

discuss

order

cyberax|4 months ago

There are advantages in monotonically increasing UUIDs, they work better with BTrees and relational databases.

grapesodaaaaa|4 months ago

I just meant having UUIDv7 internally, and UUIDv4 externally if date leakage is a concern (both on the same object).

UUIDv7 still works great in distributed systems and has algorithmic advantages as you have mentioned.