# PostgreSQL Macro Query Optimization with pg_stat_statements

> **Query optimization** is one of the core responsibilities of DBAs. This article introduces how to use metrics provided by `pg_stat_statements` for macro-level PostgreSQL query optimization.

---

LLMS index: [llms.txt](/llms.txt)

---

[![featured](/img/hero/pg/pgss.jpg)](https://vonng.com/en/pg/pgss/)

**Query optimization** is one of the core responsibilities of DBAs. This article introduces how to use metrics provided by `pg_stat_statements` for macro-level PostgreSQL query optimization. [**Read more**](https://vonng.com/en/pg/pgss/)
