What Does Freezing a Row Mean in PostgreSQL?
A short explanation of frozen rows, transaction ID wraparound, and why vacuum needs to freeze old tuple metadata.
Tag
2 entries tagged with transactions.
A short explanation of frozen rows, transaction ID wraparound, and why vacuum needs to freeze old tuple metadata.
How two-phase locking controls concurrent transactions, and what I got wrong along the way