upvote
Others agree. Check out uuidv47

https://github.com/stateless-me/uuidv47

reply
If privacy is the main concern (as it is in most usage of UUIDs) you could just encrypt the integer primary key instead with something like feistel and avoid the performance problems of UUIDs while still having opaque public identifiers.
reply