Re: Auto Vacuum Daemon (again...) - Mailing list pgsql-hackers

From Greg Copeland
Subject Re: Auto Vacuum Daemon (again...)
Date
Msg-id 1039558729.4593.71.camel@mouse.copelandconsulting.net
Whole thread Raw
In response to Re: Auto Vacuum Daemon (again...)  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-hackers
On Tue, 2002-12-10 at 13:09, scott.marlowe wrote:
> On 10 Dec 2002, Rod Taylor wrote:
> > Perhaps a more appropriate rule would be 1 AVD per tablespace?  Since
> > PostgreSQL only has a single tablespace at the moment....
> 
> But Postgresql can already place different databases on different data 
> stores.  I.e. initlocation and all.  If someone was using multiple SCSI 
> cards with multiple JBOD or RAID boxes hanging off of a box, they would 
> have the same thing, effectively, that you are talking about.
> 
> So, someone out there may well be able to use a multiple process AVD right 
> now.  Imagine m databases on n different drive sets for large production 
> databases.


That's right.  I always forget about that.  So, it seems, regardless of
the namespace effort, we shouldn't be limiting the number of concurrent
AVD's.


-- 
Greg Copeland <greg@copelandconsulting.net>
Copeland Computer Consulting



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: INFORMATION_SCHEMA
Next
From: Rod Taylor
Date:
Subject: Re: Problems with ALTER DOMAIN patch