Postgres auto_explain: Log Slow PostgreSQL Query Plans Automatically

Do you want to know why a PostgreSQL query is slow? Then EXPLAIN ANALYZE is a great starting point. But queries can depend on other server activity, can take a while to run, and can change over time, so if you want to see the actual execution plan of your slowest queries, auto_explain is the … Continue reading Postgres auto_explain: Log Slow PostgreSQL Query Plans Automatically