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. at any one time Postgres can have several versions of a row?

3 / 10

3. Postgres table physical data files are always cross compatible across platforms?

4 / 10

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

5 / 10

5. When a transaction is committed Postgres uses a special <replace with answer> structure?

6 / 10

6. indexes do not use row versioning?

7 / 10

7. CLOG contains how many bits for each transaction?

8 / 10

8. status of a subtransaction is written into CLOG?

9 / 10

9. Page free space can often become fragmented?

10 / 10

10. CLOG files are stored in which directory?

Your score is

0%