Re: Autovacuum improvements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovacuum improvements
Дата
Msg-id 12691.1168803789@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Autovacuum improvements  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Autovacuum improvements  (Alvaro Herrera <alvherre@commandprompt.com>)
Enabling autovacuum by default (was Re: Autovacuum improvements)  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> I've been thinnking how to improve autovacuum so that we can convince
> more people that it can be enabled by default.  Here are my thoughts.
> There are two areas of improvements:

> 1. scheduling, and
> 2. process handling, i.e., how to have multiple vacuum processes running
>    at any time.

Actually the reason it's not enabled by default today has nothing to do
with either of those; it's

3. Unexpected side effects on foreground processes, such as surprising
failures of DROP DATABASE commands.  (See archives for details.)

Until (3) is addressed I don't think there is any chance of having
autovac on by default, and so worrying about (1) and (2) seems a bit
premature.  Or at least, if you want to work on those fine, but don't
expect that it will alter the fact that the factory default is "off".
        regards, tom lane


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Autovacuum improvements
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Autovacuum improvements