Y
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
saurik
3614 days ago
There are four XIDs per tuple, so a 64-bit XID would make every row 32-bytes larger. (That's a
lot
larger.)
link
stickfigure
3613 days ago
...and yet still reasonable for many applications...
link