Re: Vacuum hangs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum hangs
Дата
Msg-id 319.1100030781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum hangs  (Patrick Hatcher <PHatcher@macys.com>)
Ответы Re: Vacuum hangs  (Patrick Hatcher <PHatcher@macys.com>)
Список pgsql-general
Patrick Hatcher <PHatcher@macys.com> writes:
> Doing a Vacuum Analyze on a table and it's been hanging for at least 2
> hours.  I could see no other users hitting the table at the time.  This is
> the second time this has happened on this particular table and I can't
> seem to pin point the issue.   If I kill the PID and restart the vacuum
> analyze it works fine.  Any suggestion where I start searching?

Next time, please attach to the vacuuming backend with gdb and get a
stack trace.  The pg_locks output doesn't tell us anything except that
the problem isn't a lock :-(

            regards, tom lane

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

Предыдущее
От: "Pablo Gosse"
Дата:
Сообщение: Creating DB with pass, but pass not required to connect
Следующее
От: Patrick Hatcher
Дата:
Сообщение: Re: Vacuum hangs