Re: When do you separate databases?

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: When do you separate databases?
Дата
Msg-id 20010206180046.H26076@fw.wintelcom.net
обсуждение исходный текст
Ответ на When do you separate databases?  (Conrad Schuler <conrad.schuler@masks.org>)
Список 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 по дате отправления:

Предыдущее
От: Conrad Schuler
Дата:
Сообщение: When do you separate databases?
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: When do you separate databases?