boringSQL | Supercharge your SQL & PostgreSQL powers · Jun 2, 2026
pg_stat_statements: everything it tells you
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
If not first, pg_stat_statements is one of the most used extensions in the PostgreSQL ecosystem. It ships in contrib and costs almost nothing to use. Most of us turn to it to answer the question: what is the database actually doing? It's genuinely useful. You can use it to get a snapshot of what happened in a given timeframe, and make a faster decision about what to fix. Coming from other…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.