Re: Are we losing momentum?

Поиск
Список
Период
Сортировка
От ow
Тема Re: Are we losing momentum?
Дата
Msg-id 20030415215824.44241.qmail@web21404.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Are we losing momentum?  (Neil Conway <neilc@samurai.com>)
Ответы Re: Are we losing momentum?
Re: Are we losing momentum?
Список 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 по дате отправления:

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Does libpq have SSL functions?