Vacuum Looping 7.4

Поиск
Список
Период
Сортировка
От elein@varlena.com (elein)
Тема Vacuum Looping 7.4
Дата
Msg-id 20050125203457.GR15269@varlena.com
обсуждение исходный текст
Ответы Re: Vacuum Looping 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I have a situation where a VACUUM VERBOSE ANALYZE of table
loops on the table and its indexes.

There are inserts happening on the table while the vacuum
is going on.  We sure that there are no other vacuums or
re-indexing going on.

>From the archives, the only similar case
http://archives.postgresql.org/pgsql-novice/2004-10/msg00104.php
had Tom suggesting to increase vacuum mem.
Our vacuum mem is very high.

The log is attached.  Any insight would be helpful.
My ideas are to 1) turn off verbose (but then we can't
see the looping) 2) possibly use vacuum full so that
it locks the table and goes ideally quickly once through.

--elein
elein@varlena.com

Вложения

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: ...
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Autotuning Group Commit