|< < 32 > >|

Postgres MVCC

Rows

  • A page stores multiple rows.

  • A row is uniquely identified in a database by its ctid: (page number, row number within page).

  • E.g. (123, 5)

|< < 32 > >|