Re: Missing query plan for auto_explain. - Mailing list pgsql-general

From Julien Rouhaud
Subject Re: Missing query plan for auto_explain.
Date
Msg-id 20220912164616.zilo6ylqt7s2gpvt@jrouhaud
Whole thread Raw
In response to Re: Missing query plan for auto_explain.  (Matheus Martin <matheus.martin@voidbridge.com>)
List pgsql-general
On Mon, Sep 12, 2022 at 05:34:37PM +0100, Matheus Martin wrote:
> Understood. I have run a prepared statement with the query in question
> through `psql` and JIT was not used (see plan below), however please note
> that the long response times were never reproducible from `psql`, they only
> happen from our JDBC application.

Do you have pg_stat_statements enabled?  If yes you could check what are the
maximum execution and planning time for that query, which may give an answer.



pgsql-general by date:

Previous
From: shashidhar Reddy
Date:
Subject: Re: unable to install pldebugger
Next
From: Julien Rouhaud
Date:
Subject: Re: unable to install pldebugger