Re: a verbose option for autovacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: a verbose option for autovacuum
Дата
Msg-id 1250443.1611354786@sss.pgh.pa.us
обсуждение исходный текст
Ответ на a verbose option for autovacuum  (Tommy Li <tommy@coffeemeetsbagel.com>)
Ответы Re: a verbose option for autovacuum  (Tommy Li <tommy@coffeemeetsbagel.com>)
Список pgsql-hackers
Tommy Li <tommy@coffeemeetsbagel.com> writes:
> I was surprised to see that there's no way to get `VACUUM VERBOSE`-like
> output from autovacuum. Is there any interest in enabling this?

Seems like that would very soon feel like log spam.  What would be the
use case for having this on?  If you want one-off results you could
run VACUUM manually.

> Additionally, is there any interest in exposing more vacuum options to be
> run by autovac? Right now it runs FREEZE and ANALYZE, which leaves the
> VERBOSE, SKIP_LOCKED, INDEX_CLEANUP, and TRUNCATE unconfigurable.

To the extent that any of these make sense in autovacuum, I'd say they
ought to be managed automatically.  I don't see a strong argument for
users configuring this.  (See also nearby thread about allowing index
AMs to control some of this.)

            regards, tom lane



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Polyphase merge is obsolete
Следующее
От: Jim Finnerty
Дата:
Сообщение: Re: Challenges preventing us moving to 64 bit transaction id (XID)?