Re: Missing query plan for auto_explain.

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Matheus Martin <matheus(dot)martin(at)voidbridge(dot)com>
Cc: Maxim Boguk <maxim(dot)boguk(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Missing query plan for auto_explain.
Date: 2022-09-12 16:46:16
Message-ID: 20220912164616.zilo6ylqt7s2gpvt@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2022-09-12 16:49:30 Re: unable to install pldebugger
Previous Message shashidhar Reddy 2022-09-12 16:44:20 Re: unable to install pldebugger