Re: Postgresql 14 performance

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: Postgresql 14 performance
Дата
Msg-id 3FA5ECDA-A99E-4ACC-B431-54A5BC7FC4D4@elevated-dev.com
обсуждение исходный текст
Ответ на Re: Postgresql 14 performance  (Kenny Bachman <kenny.bachman17@gmail.com>)
Список pgsql-admin
> On Aug 21, 2022, at 12:55 PM, Kenny Bachman <kenny.bachman17@gmail.com> wrote:
>
> How can we explain the cache doesn't work as expected? I mean, I expect more performant the second or third time
runningbecause of the cache. However, every time I run it I get the same exec time value. 

Take a look at system paging activity, and at pg IO waits. (For the latter, I think you have to enable tracking in
postgresql.conf.)Also take a peek at CPU usage--if cache is doing what you expect here, then CPU should go to 100% on
oneor more cores. 




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

Предыдущее
От: Kenny Bachman
Дата:
Сообщение: Re: Postgresql 14 performance
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Postgresql 14 performance