From f41cc6967206b98cc4513ed792422aac51aa2f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 17 Apr 2026 07:55:48 +0200 Subject: [PATCH] Add "Deep Dive Into a SQL Query" to Advanced & Niche Topics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes the English Leanpub edition and a link to the Spanish translation, "Anatomía de una consulta SQL". --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3c51771..19b6f12 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ Based on the official PostgreSQL Books page and community recommendations. ## 🧠 Advanced & Niche Topics +* [**Deep Dive Into a SQL Query: A Journey Through PostgreSQL's Query Processing**](https://leanpub.com/deep-dive-into-a-sql-query) + *Jesús Espino (2026)* + Traces the full lifecycle of a SQL query through PostgreSQL — from parsing and planning to execution and storage. + Also available in Spanish: [*Anatomía de una consulta SQL*](https://leanpub.com/anatomia-de-una-consulta-sql). + * [**PostgreSQL 14 Internals**](https://postgrespro.com/community/books/internals) *Egor Rogov (2023)* Deep dive into PostgreSQL internals, storage, and execution engine.