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. If a transaction is read only which kind of Transaction ID is it allocated?

2 / 10

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

3 / 10

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

4 / 10

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

5 / 10

5. CLOG files are stored in which directory?

6 / 10

6. Which function can we use to find the current transaction ID?

7 / 10

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

8 / 10

8. CLOG Pages are never cached in memory?

9 / 10

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

10 / 10

10. To identify different versions of one and the same row, PostgreSQL marks each of them with which two value?

Your score is

0%