Re: Is postgresql ca do the job for software deployed in

Поиск
Список
Период
Сортировка
От Craig A. James
Тема Re: Is postgresql ca do the job for software deployed in
Дата
Msg-id 44A9557B.20603@modgraph-usa.com
обсуждение исходный текст
Ответ на Re: Is postgresql ca do the job for software deployed in ASP ou SaaS mode?  (Richard Broersma Jr <rabroersma@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: Re: Is postgresql ca do the job for software deployed in ASP ou SaaS mode?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [BUGS] query very slow when enable_seqscan=on