dmai/blog

dmai/blog

Overview
Back to Articles
Database

Database

Mar 14, 2026·

Understanding your database is understanding where your application actually spends most of its time. These articles go deep into PostgreSQL: how queries are parsed, planned, and executed, how to read execution plans, practical performance techniques, and the process and memory architecture that makes it all work.

Articles are numbered in recommended reading order. Start with the query pipeline to build the mental model, then use EXPLAIN ANALYZE to diagnose real queries.

PostgreSQL

1. Query Execution Pipeline8 min read
2. EXPLAIN ANALYZE12 min read
3. Performance Techniques14 min read
4. Processes & Memory10 min read

© 2026 dmai/blog Engineer Notes. All rights reserved.