Re: Postgresql 14 performance

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Postgresql 14 performance
Дата
Msg-id d0abdd47-97f9-4f82-9759-2fe3309784d1@gmail.com
обсуждение исходный текст
Ответ на Re: Postgresql 14 performance  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-admin
On 8/27/22 11:49, Jeff Janes wrote:
I don't think that that follows at all.  Proper index usage can vastly improve CPU-bound performance, not just Disk-bound performance. And that it used to be faster in the recent past suggests that it is certainly possible for it to be faster.

I assume he is on a system/installation without a JIT provider, so even if jit is enabled in the postgresql.conf, it won't be used.

That may also be true. The plan attached by the OP doesn't have any JIT information despite him telling us that JIT is turned on. As for the proper index usage, I would need to look at the plan details, in particular, how many rows were retrieved in each index range scan step. Unfortunately, I don't have time to do that.

Regards

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Postgresql 14 performance
Следующее
От: Alex Christian
Дата:
Сообщение: could not connect to server, in order to operate pgAdmin/PostgreSQL via python