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. Indexes values also support multi versioning with several versions of an index value existing at any point in time?

2 / 10

2. CLOG contains how many bits for each transaction?

3 / 10

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

4 / 10

4. The page header is located in the highest address?

5 / 10

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

6 / 10

6. Which 2 items does a Virtual XID consist of?

7 / 10

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

8 / 10

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

9 / 10

9. The page Special Space is located at the start of the page with highest address

10 / 10

10. status of a subtransaction is written into CLOG?

Your score is

0%