Re: Proposal "VACUUM SCHEMA" - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Proposal "VACUUM SCHEMA"
Date
Msg-id 20141222171733.GH3062@tamriel.snowman.net
Whole thread Raw
In response to Re: Proposal "VACUUM SCHEMA"  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
* Andres Freund (andres@2ndquadrant.com) wrote:
> On 2014-12-22 12:12:12 -0500, Stephen Frost wrote:
> > We might end up turning the autovacuum process into a generalized
> > scheduler/cron-like entity that way though.
>
> I'm not talking about autovacuum, just plain vacuumdb.

Oh, right, clearly I was thinking of autovacuum.  Adding an option like
that to vacuumdb would certainly be a lot more straight-forward.

> > I'd rather we just build
> > that.  Users would then be able to run a script periodically which
> > would add VACUUM commands to be run on whichever tables they want to
> > the jobs queue, either for immediate execution or at whatever time they
> > want (or possibly chronically :).
>
> And this discussion just feature creeped beyond anything realistic... :)

Yeah, but I really *want* this... ;)
Thanks!
    Stephen

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Proposal "VACUUM SCHEMA"
Next
From: Tomas Vondra
Date:
Subject: Re: pgbench -f and vacuum