Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does pganalyze require auto_explain preloaded library to unlock EXPLAIN feature #309

Open
mikeizzy opened this issue Aug 9, 2022 · 1 comment
Labels

Comments

@mikeizzy
Copy link

mikeizzy commented Aug 9, 2022

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?

@lfittl lfittl added the question label Aug 9, 2022
@lfittl
Copy link
Member

lfittl commented Aug 9, 2022

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants