Hacker News new | ask | show | jobs
by khurs 27 days ago
Technically - as Postgresql stores the UUID data type as binary, it's 16 bytes.
1 comments

Oh, I meant bits not bytes. You are right, the uuid in psql is 16 bytes, the bigint is 8 bytes.