Re: Catching up with performance & PostgreSQL 15

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Catching up with performance & PostgreSQL 15
Дата
Msg-id bcd915ceb9bb65f1a4e00b673371071c63146a4f.camel@gmail.com
обсуждение исходный текст
Ответ на Re: Catching up with performance & PostgreSQL 15  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-performance
On Tue, 2022-11-29 at 19:09 +0100, Alvaro Herrera wrote:
On 2022-Nov-29, Mladen Gogala wrote:

Hmmm, I think I will run pgbench with and without JIT on and see the
difference.

I doubt you'll notice anything, because the pgbench queries will be far
below the JIT cost, so nothing will get JIT compiled at all.  Or are you
planning on using a custom set of queries?


Nope. I am planning to set jit_above_cost parameter to 5. That should take care of the pgbench problem. Other than that, you're right: JIT should not be used for OLTP. However, pure OLTP or DW databases are a rarity these days. Reporting is a crucial function and almost every OLTP database that I've seen also has reporting function, which means that there are complex queries to be executed.
-- 
Mladen Gogala
Database Consultant

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Catching up with performance & PostgreSQL 15
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Catching up with performance & PostgreSQL 15