Re: Partitioning Vs. Split Databases - performance? - Mailing list pgsql-general

From Vlad
Subject Re: Partitioning Vs. Split Databases - performance?
Date
Msg-id cd70c6810612211201j5fbca0f6q2fa9053ac18aa372@mail.gmail.com
Whole thread Raw
In response to Re: Partitioning Vs. Split Databases - performance?  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: Partitioning Vs. Split Databases - performance?  (Marc Evans <Marc@SoftwareHackery.Com>)
Re: Partitioning Vs. Split Databases - performance?  ("Shoaib Mir" <shoaibmir@gmail.com>)
List pgsql-general
On 12/21/06, Ron Johnson <ron.l.johnson@cox.net> wrote:

>> Given the same physical hardware, which one is likely to perform better? Does
>> it make any difference? Does using separate databases use more RAM than a
>> single database with a bunch of different tables?

Config files are global, so I doubt it.

if it's a web app with persistent connections, then splitting onto several databases may consume more RAM. Example: 100 apache clients connected to 3 databases creates 300 forked postmaster processes ; vs 100 apache clients connected to the same DB using three schemas only takes 100 postmasters

--  Vlad

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Partitioning Vs. Split Databases - performance?
Next
From: Tomasz Ostrowski
Date:
Subject: Re: Password strength requirements