Re: information_schema performance in Postgres 12 - Mailing list pgsql-general

From Michael Lewis
Subject Re: information_schema performance in Postgres 12
Date
Msg-id CAHOFxGroZWR4LKtvthzG3eow1TaCELiXwrnNSk=BbXL_cTdFVw@mail.gmail.com
Whole thread Raw
In response to Re: information_schema performance in Postgres 12  (Eric Gillum <eric@hazel.co>)
Responses Re: information_schema performance in Postgres 12  (Eric Gillum <eric@hazel.co>)
List pgsql-general
Have you tried with JIT turned off in PG12? The long running node is ProjectSet type which is related to set returning functions. If that is getting evaluated differently in PG12, that may be issue.

pgsql-general by date:

Previous
From: rainer@ultra-secure.de
Date:
Subject: Re: How to install check_postgres on CentOS 8?
Next
From: Klaus Darilion
Date:
Subject: How to know if initial sync of logical subscription is finished