Re: Why pgAdmin III guru suggests VACUUM in 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why pgAdmin III guru suggests VACUUM in 8.1
Дата
Msg-id 10546.1132721442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why pgAdmin III guru suggests VACUUM in 8.1  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-general
"Matthew T. O'Connor" <matthew@zeut.net> writes:
>> LOG:  autovacuum: processing database "foo"

> Also this creates a lot of noise in the log files.  I think it would be
> better to downgrade this message to a NOTICE or even a DEBUG, and
> replace it with a LOG level message that states when action has taken
> place against the table.

I agree that the "processing database" message isn't too exciting, but
it seems that forcing per-table messages up to LOG level would create
even more log clutter.  I could support "processing table" at level
DEBUG1 and "processing database" at DEBUG2.  Or maybe we should think
harder about the idea recently mentioned of letting the autovacuum
process have its own log-level setting, separate from ordinary backends'
setting.

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Set Returning Function (Pipelining)
Следующее
От: "Rick Schumeyer"
Дата:
Сообщение: tsearch2: more than one index per table?