Hacker News new | ask | show | jobs
by jeltz 1840 days ago
You can just use PostgreSQL's writeable CTEs to get the same batching benefits plus the benefits from using serials. So, no, I do not think batching is a good reason for using UUIDs.
1 comments

Writable ctes sound like a very niche feature I haven't used and don't plan to use. It feels like a good reason to me.