Re: Auto Vacuum Daemon (again...)

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Greg Copeland <greg(at)CopelandConsulting(dot)Net>
Cc: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, shridhar_daithankar(at)persistent(dot)co(dot)in, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Auto Vacuum Daemon (again...)
Date: 2002-12-10 18:07:45
Message-ID: 1039543665.18314.13.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2002-12-10 at 12:00, Greg Copeland wrote:
> On Tue, 2002-12-10 at 08:42, Rod Taylor wrote:
> > > > Not sure what you mean by that, but it sounds like the behaviour of my AVD
> > > > (having it block until the vacuum command completes) is fine, and perhaps
> > > > preferrable.
> > >
> > > I can easily imagine larger systems with multiple CPUs and multiple disk
> > > and card bundles to support multiple databases. In this case, I have a
> > > hard time figuring out why you'd not want to allow multiple concurrent
> > > vacuums. I guess I can understand a recommendation of only allowing a
> > > single vacuum, however, should it be mandated that AVD will ONLY be able
> > > to perform a single vacuum at a time?
> >
> > Hmm.. CPU time (from what I've seen) isn't an issue. Strictly disk. The
> > big problem with multiple vacuums is determining which tables are in
> > common areas.
> >
> > Perhaps a more appropriate rule would be 1 AVD per tablespace? Since
> > PostgreSQL only has a single tablespace at the moment....
>
> But tablespace is planned for 7.4 right? Since tablespace is supposed
> to go in for 7.4, I think you've hit the nail on the head. One AVD per
> tablespace sounds just right to me.

Planned if someone implements it and manages to have it committed prior
to release.

--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-12-10 18:09:39 Re: Alter domain
Previous Message Tom Lane 2002-12-10 17:39:52 Problems with ALTER DOMAIN patch