Re: information_schema performance in Postgres 12

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Eric Gillum <eric(at)hazel(dot)co>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: information_schema performance in Postgres 12
Date: 2020-02-26 16:40:42
Message-ID: CAHOFxGroZWR4LKtvthzG3eow1TaCELiXwrnNSk=BbXL_cTdFVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Klaus Darilion 2020-02-26 16:48:08 How to know if initial sync of logical subscription is finished
Previous Message rainer 2020-02-26 16:35:20 Re: How to install check_postgres on CentOS 8?