Re: JIT in PostgreSQL 12 ?

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Tobias Gierke <tobias(dot)gierke(at)code-sourcery(dot)de>, PostgreSQL mailing lists <pgsql-performance(at)postgresql(dot)org>
Subject: Re: JIT in PostgreSQL 12 ?
Date: 2019-05-29 09:37:04
Message-ID: 22e1991e-65cb-4498-eff5-90c13a6a7a99@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 5/29/19 10:02 AM, Tobias Gierke wrote:
> Browsing the PostgreSQL 12 release notes I noticed that JIT is now
> enabled by default. Having not followed PostgreSQL development closely -
> does this mean that compilation results are now getting cached and
> compilation is no longer executed separately for each worker thread in a
> parallel query ?

No, the compilation still happens once for each worker. PostgreSQL 12
includes some smaller performance improvements for the JIT but nothing
big like that.

Andreas

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Nikolay Samokhvalov 2019-05-29 10:54:03 Re: improve wals replay on secondary
Previous Message Andreas Joseph Krogh 2019-05-29 09:16:06 Re: Sv: JIT in PostgreSQL 12 ?