Re: Interface for pg_autovacuum - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Interface for pg_autovacuum
Date
Msg-id 458AD25A.4080000@dunslane.net
Whole thread Raw
In response to Re: Interface for pg_autovacuum  ("Jim Nasby" <jim.nasby@enterprisedb.com>)
Responses Re: Interface for pg_autovacuum  ("Jim Nasby" <jim.nasby@enterprisedb.com>)
List 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 by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Interface for pg_autovacuum
Next
From: Teodor Sigaev
Date:
Subject: Re: [PATCHES] Bundle of patches