Re: vacuumdb -a -z hangs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuumdb -a -z hangs
Дата
Msg-id 23841.991839178@sss.pgh.pa.us
обсуждение исходный текст
Ответ на vacuumdb -a -z hangs  ("Magnus Naeslund\(f\)" <mag@fbab.net>)
Список pgsql-hackers
"Magnus Naeslund\(f\)" <mag@fbab.net> writes:
> I have a cronjob that does a vacuumdb -a -z every night.
> When i came to work this morning i saw a lot of postgres processes hanging
> on wait.

Sounds to me like you have an open transaction that is holding a lock
that everybody else needs.  Very likely it's not the VACUUM that's at
fault, at least not directly.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: SQL( "if ...exists...),how to do it in the PostgreSQL?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: REPLACE INTO table a la mySQL