Re: Performance degradation if query returns no rows and column expression is used after upgrading to 12

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Performance degradation if query returns no rows and column expression is used after upgrading to 12
Дата
Msg-id 7B5F7FA194F448E3A12E75BD81E3E946@dell2
обсуждение исходный текст
Ответ на Re: Performance degradation if query returns no rows and columnexpression is used after upgrading to 12  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Performance degradation if query returns no rows and columnexpression is used after upgrading to 12
Список pgsql-general
Hi!
>on your query there is too slow JIT. Is strange how much. So the best way is disable JIT probably
>set jit to off;
>or same field in postgresql.conf
 
Thank you.
 
set jit to off 
 
makes select fast.
I have encountered this issue only in this query in one database
 
There is  variation of this query running with diferent data in different database in same Debian 10 server. It works fast.
Should I disable jit only for this query or in postgresql.conf permanently?
 
Andrus.

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Performance degradation if query returns no rows and columnexpression is used after upgrading to 12
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Estimated resources for a 500 connections instance (VM)