pg_stat_statements
← Back to Slow Query Analysis
PostgreSQL extension that tracks execution statistics of all SQL statements. Shows total time, calls, rows, and other metrics per normalized query. Essential for production Postgres performance analysis.
relational-databases query-optimization postgres slow-queries