Re: Intermittent Query Performance Issue

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Intermittent Query Performance Issue
Дата
Msg-id CANzqJaCrc92PgnogA7o9qHuG3geAZjou8ZJyvYYE9c-nDGTYJQ@mail.gmail.com
обсуждение исходный текст
Ответ на Intermittent Query Performance Issue  (Murthy Nunna <mnunna@fnal.gov>)
Ответы RE: Intermittent Query Performance Issue  (Murthy Nunna <mnunna@fnal.gov>)
Список pgsql-admin
On Fri, Apr 19, 2024 at 1:03 PM Murthy Nunna <mnunna@fnal.gov> wrote:

Hi,

 

I am running pg 14.4

 

I have a simple query :

select max(c) from tab1 where name = 'xxx’ ;

 

This query runs some times very slow. It takes about 40 minutes.

Most of the time it completes in few seconds.

When it runs slow, wait_event in pg_stat_activity shows “DataFileRead”. Obviously, it is reading from file storage and that is why it is taking so long.


What else is happening on that system when it runs very slow?  To me, “DataFileRead” screams IO contention.
 

 This is a big table 512GB. It has some child tables.

 

Is there a way I can reproduce the slowness at will, so I can attempt to tune it? Or any ideas I can try to fix the issue? I hate to try something not knowing if the problem is fixed or not. That is the reason I would like to reproduce the issue first.



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

Предыдущее
От: Murthy Nunna
Дата:
Сообщение: Intermittent Query Performance Issue
Следующее
От: Murthy Nunna
Дата:
Сообщение: RE: Intermittent Query Performance Issue