Tell us about what you're trying to solve. What challenges are you facing?
While diagnosing/investigating database performance on Postgres, EXPLAIN is often used to understand the query plan and its performance. auto_explain is a feature available on Postgres that runs EXPLAIN on slow queries automatically.
Required Terms
What service(s) is this request for?
Postgres
Tell us about what you're trying to solve. What challenges are you facing?
While diagnosing/investigating database performance on Postgres, EXPLAIN is often used to understand the query plan and its performance. auto_explain is a feature available on Postgres that runs EXPLAIN on slow queries automatically.