Re: pgstattuple extension for indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgstattuple extension for indexes
Дата
Msg-id 10827.1153752769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgstattuple extension for indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> ITAGAKI Takahiro wrote:
>> BTW, should we change VACUUM VERBOSE in the same way? If we do so,
>> autovacuum can handle the reports of VACUUM VERBOSE and plan when to
>> do VACUUM FULL, REINDEX and/or CLUSTER using the information.
>> Is this worth doing?

> You mean having VACUUM VERBOSE return a result set?

To me, the point of VACUUM VERBOSE is mostly to give you some
reassurance that it's making progress.  If it were returning rows
instead of notice messages, you'd lose that functionality (at least
in libpq-based clients).  In any case, autovacuum has other ways
of getting the information without needing a change in user-visible
behavior.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch implementing the multi-argument aggregates (SOC project)
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Allow commenting of variables in postgresql.conf to - try 4