Re: BUG #3261: autovacuum starts regarding config setting

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3261: autovacuum starts regarding config setting
Дата
Msg-id 463B1195.1080604@enterprisedb.com
обсуждение исходный текст
Ответ на BUG #3261: autovacuum starts regarding config setting  ("Evgeny Gridasov" <eugrid@fpm.kubsu.ru>)
Ответы Re: BUG #3261: autovacuum starts regarding config setting  (Evgeny Gridasov <eugrid@fpm.kubsu.ru>)
Список pgsql-bugs
Please CC the list to allow others to participate in the discussion, and
to have it archived for future readers...

Evgeny Gridasov wrote:
> I've seen it analyzing and vacuuming some tables for a long time...
> Is it OK?
> The reason I'm asking I was dump-restoring a huge database, and disabled
> autovacuum in config file.

Well, to avoid XID wrap-around, you have to run (auto)vacuum eventually.
If you don't mind that your clog files will take up more disk space, as
you probably don't if you have a huge database anyways, you can increase
autovacuum_freeze_max_age so you don't need to run it as often.

But I'm starting to wonder if it was the XID wraparound that triggered
the autovacuum after all. You did restart postmaster after setting
autovacuum=off in the config file, right? That's required for the
setting to take effect.

What table is it vacuuming? A recently restored table shouldn't need to
be vacuumed for a long time.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #3261: autovacuum starts regarding config setting
Следующее
От: Evgeny Gridasov
Дата:
Сообщение: Re: BUG #3261: autovacuum starts regarding config setting