Re: Autovacuum Logging

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: Autovacuum Logging
Дата
Msg-id 200604281515.05726.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: Autovacuum Logging  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Autovacuum Logging  ("Jim Buttafuoco" <jim@contactbda.com>)
Re: Autovacuum Logging  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Thursday 27 April 2006 11:59, Bruce Momjian wrote:
> Well, one problem now is that everytime pg_autovacuum opens a database,
> a message is placed in the logs:
>
>     LOG:  autovacuum: processing database "test"
>     LOG:  autovacuum: processing database "test"
>     LOG:  autovacuum: processing database "test"
>     LOG:  autovacuum: processing database "test"
>
> This is certainly not desirable.  I changed the message to DEBUG1 for
> 8.2 with the attached patch.

IMHO this is less optimal, since the default installation will provide no way
for users to verify that autovacuum is running.  Currently we can direct them
to look in thier log output, this way we would have to tell them to crank up
logging to DEBUG1 and then look, which will of course contain a whole lot of
other chatter at that level.

The best solution I have seen so far is the idea of a GUC to control
autovacuums chatter level.  I hope we get that becuase the above will be a
regression imho.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Alternative for vacuuming queue-like tables
Следующее
От: "Larry Rosenman"
Дата:
Сообщение: Re: Autovacuum Logging