dbacvetkov / PASH-Viewer

PostgreSQL ASH Viewer (PASH Viewer) provides graphical view of active session history data within the PostgreSQL database
GNU General Public License v3.0
120 stars 18 forks source link

Suppress explain statements? #19

Open billglennon opened 1 year ago

billglennon commented 1 year ago

We have noticed that pash executes explain statements on the monitored databases regularly, even when the explain frequency parameter is set to “off”. Is there a way to configure pash so that it does not execute explain statements automatically? Thanks!