Программа

PostgreSQL Internals Through Pictures

Мастер-класс, 15 июля

PostgreSQL Internals Through Pictures pdf Скачать

Explaining the Postgres Query Optimizer pdf Скачать

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.