What is a data snapshot? Data pages can physically contain several versions of the same row. But each transaction must see only one (or none)…
View More How Consistent Data Snapshots Obtained from Tuples in PostgreSQL-4Tag: tuple
Row Versions in PostgreSQL-3
Tuple header As already mentioned, several versions of each row can be simultaneously available in the database. And we need to somehow distinguish one version…
View More Row Versions in PostgreSQL-3