Schedule

[EXPIRED] PostgreSQL Internals Through Pictures

Tutorial, July 15th

PostgreSQL Internals Through Pictures pdf Download

Explaining the Postgres Query Optimizer pdf Download

This talk is designed for advanced PostgreSQL users who want to know more about how the database internally processes a query. It is also ideal for people wanting to modify the PostgreSQL server source code. It covers PostgreSQL network communication, query parsing, optimizer plan selection, multiversion concurrency control (MVCC), and internal storage characteristics. It does not require any programming knowledge.