Re: Postgresql-12 taking more time to execute the query

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Postgresql-12 taking more time to execute the query
Дата
Msg-id 5ab01805-26cd-3e54-ae33-ec8186410020@gmx.net
обсуждение исходный текст
Ответ на Postgresql-12 taking more time to execute the query  (Vishwa Kalyankar <vishwakalyankar8@gmail.com>)
Список pgsql-general
Vishwa Kalyankar schrieb am 10.07.2020 um 08:50:
> Previously we are running postgresql-10with postgis 2.5.3 and now we
> are updated to postgresql-12 and postgis-3.0.1, and in postgresql-10
> one query is taking 20 sec and same query is taking upto 80 sec.

Most of the slowdowns I have seen when upgrading to Postgres 12 were caused by JITting, which seems to kick in more
oftenthan not on queries that don't profit from it. 

Try to disable jit (set jit=off) and re-run  your query







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

Предыдущее
От: Brajendra Pratap Singh
Дата:
Сообщение: Wal_keep_segment value too high
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Wal_keep_segment value too high