Re: autovacuum and immediate shutdown issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum and immediate shutdown issues
Дата
Msg-id 7946.1255973254@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: autovacuum and immediate shutdown issues  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: autovacuum and immediate shutdown issues
Список pgsql-general
Scott Marlowe <scott.marlowe@gmail.com> writes:
> All of this is completely besides the point that a database that's
> been shutdown immediately / had the power cord yanked comes back up
> and doesn't start autovacuuming automatically, which seems a
> non-optimal behaviour.

It'll start as soon as you've modified enough rows.  The absolute worst
case behavior is that table bloat reaches twice the level it would have
otherwise, or pg_statistic data becomes twice as out of date as it would
have otherwise.

Now, if your server's MTBF is less than the autovac interval, you could
indeed have an accumulating problem ... but I suggest that in that
situation you've got other issues to fix.

            regards, tom lane

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

Предыдущее
От: Brad Nicholson
Дата:
Сообщение: Re: autovacuum and immediate shutdown issues
Следующее
От: Gerhard Wiesinger
Дата:
Сообщение: Re: Function returning 2 columns evaluated twice when both columns are needed