Re: Multiple DB join - Mailing list pgsql-sql

From Jorge Godoy
Subject Re: Multiple DB join
Date
Msg-id 87fyfy8ayo.fsf@gmail.com
Whole thread Raw
In response to Re: Multiple DB join  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Multiple DB join  (Andrew Sullivan <ajs@crankycanuck.ca>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Multiple DB join
Next
From: Andrew Sullivan
Date:
Subject: Re: Multiple DB join