Re: information_schema performance in Postgres 12
Michael Lewis <mlewis@entrata.com>
From: Michael Lewis <mlewis@entrata.com>
To: Eric Gillum <eric@hazel.co>
Cc: Adrian Klaver <adrian.klaver@aklaver.com>,
pgsql-general <pgsql-general@postgresql.org>
Date: 2020-02-26T16:40:42Z
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.
Commits
-
Suppress unnecessary RelabelType nodes in more cases.
- 30d5c6bf2e09 12.3 landed
- a477bfc1dfb8 13.0 landed