标签: postgresql
我已在postgresql中启用查询日志记录,并且工作正常,但是有没有办法使postgresql也为每个查询记录解释,或者至少为每个查询使用哪个索引。
答案 0 :(得分:1)
您可以加载auto_explain模块:
auto_explain
https://www.postgresql.org/docs/current/auto-explain.html
披露:我为EnterpriseDB (EDB)工作