Re: UPDATES hang every 5 minutes

Поиск
Список
Период
Сортировка
От Joseph S
Тема Re: UPDATES hang every 5 minutes
Дата
Msg-id 46BBA54F.5010101@selectacast.net
обсуждение исходный текст
Ответ на UPDATES hang every 5 minutes  (mr19 <marc_rossi@yahoo.com>)
Список pgsql-general
Keep an eye on  pg_stat_activity and pg_locks to see if any lock
contention is going on.

mr19 wrote:
> I have a process that updates ~ 1500 rows in a table once a second.  Every 5
> minutes (almost exactly) the update takes ~ 15 seconds (normally < 1).  I
> have run htop/top on the machine during this time period and do not see
> anything unusual.  I am running postgres 8.1.8 on a FC6 box.
>
> Any type of internal accounting/logging set to 5 minute intervals by default
> within postgres?  Right now I am looking at pg_stats activity to see if
> there is anything there but so far have had no luck.
>
> TIA
> Marc

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UPDATES hang every 5 minutes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Confusing performance of specific query