Re: Is postgresql ca do the job for software deployed in - Mailing list pgsql-performance

From Craig A. James
Subject Re: Is postgresql ca do the job for software deployed in
Date
Msg-id 44A9557B.20603@modgraph-usa.com
Whole thread Raw
In response to Re: Is postgresql ca do the job for software deployed in ASP ou SaaS mode?  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-performance
Richard Broersma Jr wrote:
> Each table with-in the database is assigned an OID and is located inside the DB directory.  So if
> there is a file-system limitation on the number of files with-in a given directory it would also
> be a limit to the number of tables that could be created for each database.

You could handle this with tablespaces.  For example, create ten tablespaces, and then assign customer databases to
themin round-robin fashion.  This also lets you assign databases to different disks to balance the I/O load. 

Craig

pgsql-performance by date:

Previous
From: "Chris Hoover"
Date:
Subject: Re: Is postgresql ca do the job for software deployed in ASP ou SaaS mode?
Next
From: Simon Riggs
Date:
Subject: Re: [BUGS] query very slow when enable_seqscan=on