Hacker News new | ask | show | jobs
by cyberax 239 days ago
There are advantages in monotonically increasing UUIDs, they work better with BTrees and relational databases.
1 comments

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.