Re: When do you separate databases? - Mailing list pgsql-novice

From Alfred Perlstein
Subject Re: When do you separate databases?
Date
Msg-id 20010206180046.H26076@fw.wintelcom.net
Whole thread Raw
In response to When do you separate databases?  (Conrad Schuler <conrad.schuler@masks.org>)
List pgsql-novice
* Conrad Schuler <conrad.schuler@masks.org> [010206 17:55] wrote:
> Hi All,
>
> I am managing a database design project.
>
> It will database our entire website including:
>
> images, articles, bibliography, ecommerce, membership in website, site
> statistics, etc.
>
> The 'lumper' team member says "let's make it all one giant database with
> dozens and dozens of tables".
>
> The 'splitter' team member says "let's make it many separate databases each
> having fewer tables".
>
> What are the advantages and disadvantages to 'lumping' all tables into one
> database vs. 'splitting' into multiple databases with fewer tables?

The 'splitter' is being pretty silly, Postgresql doesn't have
cross-database query capabilities therefore the second you have
to do a join involving data you initially thought no one would
ever associate with each other you're hosed.

--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."

pgsql-novice by date:

Previous
From: Conrad Schuler
Date:
Subject: When do you separate databases?
Next
From: "Brett W. McCoy"
Date:
Subject: Re: When do you separate databases?