Re: Postgresql 14 performance - Mailing list pgsql-admin

From Scott Ribe
Subject Re: Postgresql 14 performance
Date
Msg-id 3FA5ECDA-A99E-4ACC-B431-54A5BC7FC4D4@elevated-dev.com
Whole thread Raw
In response to Re: Postgresql 14 performance  (Kenny Bachman <kenny.bachman17@gmail.com>)
List 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 by date:

Previous
From: Kenny Bachman
Date:
Subject: Re: Postgresql 14 performance
Next
From: Jeff Janes
Date:
Subject: Re: Postgresql 14 performance