Add support for auto_explain to collect access plans of the slow queries
auto_expalin would help us collect access plans of the queries which exceed a threshold of the query execution time.
https://www.postgresql.org/docs/9.6/static/auto-explain.html
28
votes