Re: 8.1.8 autovacuum missing databases

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: 8.1.8 autovacuum missing databases
Дата
Msg-id 20080429211244.GM5652@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: 8.1.8 autovacuum missing databases  (Ian Westmacott <ianw@intellivid.com>)
Ответы Re: 8.1.8 autovacuum missing databases  (Ian Westmacott <ianw@intellivid.com>)
Список pgsql-admin
Ian Westmacott wrote:
> On Tue, 2008-04-29 at 16:33 -0400, Alvaro Herrera wrote:
> > Is autovacuum dying before being able to finish the vacuuming of
> > template1 or the other database?
>
> Not as far as I can tell.  There are no indications of any crash or
> error in the log file (I just bumped the log level up to debug1).  Just
> autovacuum processing template1 or the one other database every minute.
> I ran VACUUM ANALYZE on both template1 and the one database manually
> just to make sure there wasn't a lock or something preventing
> completion, but they both completed without error.

Okay.

On 8.2 you could have the problem that leftover temp tables are messing
up the frozenxid calculations, but I don't think that can happen on 8.1
at all.

Can you verify whether age(pg_database.datfrozenxid) is shrinking after
vacuuming?  If the age() of a database is higher than the applicable
max_freeze_age, then it will always be chosen.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Ian Westmacott
Дата:
Сообщение: Re: 8.1.8 autovacuum missing databases
Следующее
От: Thomas Bräutigam
Дата:
Сообщение: Re: Remove Postgres from Solaris 10