Re: Interface for pg_autovacuum

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Interface for pg_autovacuum
Дата
Msg-id 458AD25A.4080000@dunslane.net
обсуждение исходный текст
Ответ на Re: Interface for pg_autovacuum  ("Jim Nasby" <jim.nasby@enterprisedb.com>)
Ответы Re: Interface for pg_autovacuum  ("Jim Nasby" <jim.nasby@enterprisedb.com>)
Список pgsql-hackers
Jim Nasby wrote:
> How about...
>
> ALTER TABLE ...
> ALTER AUTOVACUUM [ THRESHOLD | SCALE | COST DELAY | COST LIMIT ]
> ALTER AUTOANALYZE [ THRESHOLD | SCALE ]


Given these remarks from Tom:

> Where we are currently at is experimenting to find
> out what autovacuum's control knobs ought to be.  The catalog table was
> a suitably low-effort way to expose a first cut at the knobs.

doesn't making language level changes seem more than somewhat premature? 
Or have we finished experimenting?

cheers

andrew


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Interface for pg_autovacuum
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PATCHES] Bundle of patches