Re: shadowing (like IB/Firebird)

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Re: shadowing (like IB/Firebird)
Дата
Msg-id 5.2.1.1.1.20040427224804.0309eed0@mbox.jaring.my
обсуждение исходный текст
Ответ на Re: shadowing (like IB/Firebird)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
At 09:53 AM 4/27/2004 -0400, Bruce Momjian wrote:

> > > > Actually, what is needed is:
> > > >
> > > > - an exact mirror at all times;
> > > > - a very simple, straightforward, and fast way to failover;
> > > >
> > > > done by software.
>
>They can do hardware mirroring, or software/OS mirroring.  Why put that
>in the database too?  Seems like it would just complicate our code with
>little payback.

I agree. This is best done by the various RAID solutions out there.

One of the things Postgresql lacks would be the clustering stuff where you
either run one database on multiple machines or a cluster of multiple
databases on multiple machines that work together, in order to either get
better scalability/performance and/or availability. I don't really know
what would be good ways to do these - hope someone figures them out.

Still, there's always the expensive "Big box" option where you put
postgresql on one of those big fault-tolerant servers. Even so, the limit
on how big the "Big box" can get is probably a lot lower than how big a
cluster can get.

Link.




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

Предыдущее
От: "Luiz Rafael Culik Guimaraes"
Дата:
Сообщение: query optimizer dont treat correctly OR
Следующее
От: Eric Ridge
Дата:
Сообщение: Re: questions on rules