Re: Vaccuming dead rows on busy databases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vaccuming dead rows on busy databases
Дата
Msg-id 27321.1166468055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vaccuming dead rows on busy databases  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: Vaccuming dead rows on busy databases  (Matthew O'Connor <matthew@zeut.net>)
Re: Vaccuming dead rows on busy databases  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-hackers
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> I'd like to see something like VACUUM FULL WAIT. :)

Sounds like a deadlock waiting to happen :-(

AFAIK the general practice is to just accept the fact that vacuum can't
remove recently-dead tuples.  You should look into whether you can't
shorten your transactions --- very-long-running transactions create
other performance issues besides vacuum not removing stuff.
        regards, tom lane


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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Vaccuming dead rows on busy databases
Следующее
От: Matthew O'Connor
Дата:
Сообщение: Re: Vaccuming dead rows on busy databases