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. index row headers like table row headers contain xmin and xmax fields?

2 / 10

2. Which of the below are true about a Pages Item Pointer?

3 / 10

3. Each page has a layer that usually consists of?

choose 2

4 / 10

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

5 / 10

5. Page header sizes can be easily displayed using the <choose from answers> extension

6 / 10

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

7 / 10

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

8 / 10

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

9 / 10

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

10 / 10

10. Page free space can often become fragmented?

Your score is

0%