Re: long wait times in ProcessCatchupEvent()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: long wait times in ProcessCatchupEvent()
Дата
Msg-id 10249.1293635921@sss.pgh.pa.us
обсуждение исходный текст
Ответ на long wait times in ProcessCatchupEvent()  (bock@openit.de (Julian v. Bock))
Ответы Re: long wait times in ProcessCatchupEvent()  (bock@openit.de (Julian v. Bock))
Список pgsql-performance
bock@openit.de (Julian v. Bock) writes:
> I have the problem that on our servers it happens regularly under a
> certain workload (several times per minute) that all backend processes
> get a SIGUSR1 and spend several seconds in ProcessCatchupEvent().

This is fixed in 8.4 and up.
http://archives.postgresql.org/pgsql-committers/2008-06/msg00227.php

If you aren't willing to move off 8.3 you might be able to ameliorate
the problem by reducing the volume of catalog changes, but that can be
pretty hard if you're dependent on temp tables.

            regards, tom lane

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

Предыдущее
От: bock@openit.de (Julian v. Bock)
Дата:
Сообщение: long wait times in ProcessCatchupEvent()
Следующее
От: Craig James
Дата:
Сообщение: Re: long wait times in ProcessCatchupEvent()