Re: Multiple DB join

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: Multiple DB join
Дата
Msg-id 87fyfy8ayo.fsf@gmail.com
обсуждение исходный текст
Ответ на Re: Multiple DB join  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Multiple DB join  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-sql
Michael Fuhr <mike@fuhr.org> writes:

> And why multiple databases instead of multiple schemas within the
> same database?  Or even all data in the same schema?  Is there a
> reason for the segregation?

I can think that spreading processing requirements should be one.  And
distributing load another one.  Disk space can be solved with new disks and
tablespaces, but we can't yet distribute the load through several servers
without partitioning.

-- 
Jorge Godoy      <jgodoy@gmail.com>


В списке pgsql-sql по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Multiple DB join
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Multiple DB join