Re: Vacuum Vs Vacuum Full

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum Vs Vacuum Full
Дата
Msg-id 10552.1217956535@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Vacuum Vs Vacuum Full  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-general
"Matthew T. O'Connor" <matthew@zeut.net> writes:
> Tom Lane wrote:
>> 8.2.  But you could still get that message, even in CVS HEAD, if
>> autovacuum was failing to complete for some reason (and had been
>> failing for quite a long time).

> Should that message to updated since a database-wide vacuum is no longer
> required, or are you saying that the message is still relevant is some
> corner cases?

I think the message is okay as-is, or at least that the code doesn't
have the information available to do better --- it knows which database
is the most problematic, but not which table(s) within that DB most need
vacuuming.  So the easiest manual fix is still a DB-wide vacuum.
Besides which, if you've got one problem table then you've probably got
more than one.

The odds of anyone seeing this message in the field in 8.2 or later seem
pretty remote anyway, so I'm not feeling like we should expend
tremendous effort to make it better.

            regards, tom lane

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Vacuum Vs Vacuum Full
Следующее
От: "Kynn Jones"
Дата:
Сообщение: max_fsm_relations question