PostgreSQL 14 Internals Quiz

Created by Paul Sammy

PostgreSQL 14 Internals Chapter 3

A quiz to test the knowledge of those reading and learning from Postgres 14 Internals book by Egor Rogov, covering topics in Chapter 3.

1 / 10

index row headers like table row headers contain xmin and xmax fields?

2 / 10

Rows of TOAST tables are handled in such a way that they are never update?

3 / 10

When a row is created, its xmin value is set to the transaction ID of which command?

4 / 10

If a transaction aborts, all page changes are reverted(rolled back) in place?

5 / 10

The page header is located in the highest address?

6 / 10

a transaction containing a savepoint is will still be considered as only a single transaction?

7 / 10

psql provides a special mode that allows you to continue a transaction after a failure?

8 / 10

Page free space can often become fragmented?

9 / 10

Each page has a layer that usually consists of?

choose 2

10 / 10

Tuples can also be referred to as columns?

Your score is

0%