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

1. In Postgres, tables are often referred to as which of the below?

2 / 10

2. What does an Item Pointer contain?

choose 3

3 / 10

3. Page free space can often become fragmented?

4 / 10

4. UPDATE can be regarded as which 2 separate operations?

5 / 10

5. Tuples can also be referred to as columns?

6 / 10

6. The page header stores checksum and the sizes of the other parts of the page?

7 / 10

7. Which 2 of the below represent transaction IDs used for row versioning?

8 / 10

8. If a transaction is read only which kind of Transaction ID is it allocated?

9 / 10

9. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

10 / 10

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

Your score is

0%