Re: Are we losing momentum? - Mailing list pgsql-hackers

From ow
Subject Re: Are we losing momentum?
Date
Msg-id 20030415215824.44241.qmail@web21404.mail.yahoo.com
Whole thread Raw
In response to Re: Are we losing momentum?  (Neil Conway <neilc@samurai.com>)
Responses Re: Are we losing momentum?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Are we losing momentum?  (cbbrowne@cbbrowne.com)
List pgsql-hackers
--- Neil Conway <neilc@samurai.com> wrote:
> Are you talking about queries between databases on the same
> postmaster
> (i.e. running under the same PostgreSQL installation),

Yes

> or queries
> between postmasters running on different systems? If the former, I
> don't
> see how putting your data into multiple schemas in a single database
> is
> significantly less reliable than putting it into multiple databases.

I disagree. For example, suppose you have
app12 that uses db1 and db2,
app23 that uses db2 and db3,
app3 that uses db3.

If db3 goes down then app12 is not affected, app23 could be partially
affected (e.g. user may not be able to run historic queries) and app3
is completely unavailable. This is definitely better than all three
apps are down. Besides, having one huge db makes everything more
difficult and requires (much) more time for backups, restores, etc.

Every major RDBMS vendor (and mySql) finds this feature important and
they support it. Hope Postgresql will too.






__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com



pgsql-hackers by date:

Previous
From: "Michael Paesold"
Date:
Subject: Re: Are we losing momentum?
Next
From: Bruce Momjian
Date:
Subject: Re: Does libpq have SSL functions?