Re: High-availability

Поиск
Список
Период
Сортировка
От Alexander Staubo
Тема Re: High-availability
Дата
Msg-id 88daf38c0706021616qf9d2017u79481513822981d6@mail.gmail.com
обсуждение исходный текст
Ответ на High-availability  (Madison Kelly <linux@alteeve.com>)
Ответы Re: High-availability  ("Alexander Staubo" <alex@purefiction.net>)
Список pgsql-general
On 6/3/07, Madison Kelly <linux@alteeve.com> wrote:
> > Slony is indeed intended for near-real-time replication; it's
> > asynchronous, so slaves always lag behind the master. The amount of
> > discrepancy depends on a bunch of factors -- individual node
> > performance, network performance, and system load.
>
> That was *exactly* the kind of link I was trying to find.

You're welcome.

As a side-note, I sat up pgpool-II today, and was pleasantly surprised
about how easy it all was; within two minutes I had two databases in
perfect sync on my laptop. It has limitations (such as in its handling
of sequences), but compared to Slony it's like a breath of fresh
mountain air.

Pgpool-II also supports table partitioning, where you define each
database to have a subset of the data. Pgpool-II then intercepts every
SQL statement and routes it to the correct server. It doesn't work
with referential integrity, I think, which is a major limitation, but
it's the nature of the beast.

Alexander.

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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Transactional DDL
Следующее
От: "Alexander Staubo"
Дата:
Сообщение: Re: High-availability