pganalyze / collector

pganalyze statistics collector for gathering PostgreSQL metrics and log data

Home Page:https://pganalyze.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does pganalyze require `auto_explain` preloaded library to unlock EXPLAIN feature

mikeizzy opened this issue · comments

Hi, we use Citus to manage clusters in our organisation. There is currently an outstanding issue where the auto_explain library is incompatible with Citus:

citusdata/citus#2920

Would it be possible to unlock some features of the "explain" tab through bypassing loading this library?

@mikeizzy You could use log-based EXPLAIN, as described here:

https://pganalyze.com/docs/explain/setup

Also, are you certain Citus still crashes with auto_explain these days? (I'm surprised the Citus team hasn't fixed this)