Re: pg_clogs hanging around

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: pg_clogs hanging around
Дата
Msg-id 4D78A063020000250003B756@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: pg_clogs hanging around  (Scott Whitney <scott@journyx.com>)
Список pgsql-admin
Scott Whitney <scott@journyx.com> wrote:

> vacuumdb -f -v -z -F template0

VACUUM FULL (the -f option) is almost always a bad idea, for many
reasons.  I wouldn't be surprised if it somehow messed you up.

I would schedule a database REINDEX on any databases where you used
the -f option, and then re-evaluate, if you feel compelled to push
this issue.  I still doubt that this effort will buy you anything in
recoverability.  Between the hint bits and the frozen xmin in all
the tuples, the clog won't be consulted anyway.

If the pursuit of this is causing you to do direct updates of system
tables and to resort to VACUUM FULL, you're putting your data at
risk for no apparent benefit.

-Kevin

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

Предыдущее
От: Scott Whitney
Дата:
Сообщение: Re: pg_clogs hanging around
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fwd: Re: PG_update to 9.0.4 in ubuntu lucid 64