Re: Autovacuum in the backend - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Autovacuum in the backend
Date
Msg-id 200506152104.34210.josh@agliodbs.com
Whole thread Raw
In response to Re: Autovacuum in the backend  (Alvaro Herrera <alvherre@surnet.cl>)
List pgsql-hackers
Alvaro,

> One issue I do have to deal with right now is how many autovacuum
> processes do we want to be running.  The current approach is to have one
> autovacuum process.  Two possible options would be to have one per
> database, and one per tablespace.  What do people think?

I'd vote for one, period, for the cluster, if you can manage that.   Let's
stick to simple for now.   Most users have their database on a single disk or
array, so multiple concurrent vacuums will compete for I/O regardless of
different databases.

--
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Autovacuum in the backend
Next
From: Josh Berkus
Date:
Subject: Re: Autovacuum in the backend