Remix.run Logo
cyberax a day ago

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

grapesodaaaaa 16 hours ago | parent [-]

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.