Re: JIT in PostgreSQL 12 ?

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: JIT in PostgreSQL 12 ?
Дата
Msg-id 22e1991e-65cb-4498-eff5-90c13a6a7a99@proxel.se
обсуждение исходный текст
Ответ на JIT in PostgreSQL 12 ?  (Tobias Gierke <tobias.gierke@code-sourcery.de>)
Список 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



В списке pgsql-performance по дате отправления:

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: Sv: JIT in PostgreSQL 12 ?
Следующее
От: Nikolay Samokhvalov
Дата:
Сообщение: Re: improve wals replay on secondary