[Book “Learn PostgreSQL”] The transaction chapter is the most interesting so far. It expands on the things I already learned from “Designing Data Intensive Application”. I try to write a summary of this chapter once I am done with it. It will cover most interesting topics like:
– transaction identifiers (xid) and the wraparound problem
– MVCC – multi-version concurrency control
– Isolation levels
and more!