Re: BUG #5722: vacuum full does not update last_vacuum statistics

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5722: vacuum full does not update last_vacuum statistics
Дата
Msg-id 6540.1288015959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5722: vacuum full does not update last_vacuum statistics  ("Jochen Erwied" <jochen@pgsql.erwied.eu>)
Ответы Re: BUG #5722: vacuum full does not update last_vacuum statistics
Список pgsql-bugs
"Jochen Erwied" <jochen@pgsql.erwied.eu> writes:
> VACUUM FULL does not update statistics so display of pg_stat_user_tables is
> wrong. A normal VACUUM updates the relevant information.

Hmm.  This is a definitional issue: what do we really mean by last_vacuum?
I'm inclined to think that the current behavior is reasonable.  VACUUM
FULL is (still) not intended as a routine maintenance operation, and
the point of that column is to track routine maintenance operations.

            regards, tom lane

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

Предыдущее
От: "Jochen Erwied"
Дата:
Сообщение: BUG #5722: vacuum full does not update last_vacuum statistics
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5722: vacuum full does not update last_vacuum statistics