Hacker News new | ask | show | jobs
by Femur 3614 days ago
I wonder is there a compelling reason that Postgres does not use 64-bit XIDs?
1 comments

There are four XIDs per tuple, so a 64-bit XID would make every row 32-bytes larger. (That's a lot larger.)
...and yet still reasonable for many applications...