RE: Poor man's replication using WAL

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Poor man's replication using WAL
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D32C9@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Poor man's replication using WAL  (adb <adb@Beast.COM>)
Список pgsql-general
> Has anyone implemented a form of one way replication with the new
> write ahead logging in 7.1?
>
> I'm looking for a way to have a warm or hot standby server waiting to
> take over in the event of a machine failure.
>
> I know there's discusion about adding replication to future releases,
> I'm just wondering if anyone is doing it now.

I would recommend to use Rserv from 7.1' contrib instead.
Personally I would spend efforts implementing true sync
bi-directional replication rather than trying to use WAL
for replication purposes (one of limitation: you would have to
use same platforms for both production and standby servers).

Vadim

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

Предыдущее
От: "Will Fitzgerald"
Дата:
Сообщение: ISA function?
Следующее
От: "Tim Barnard"
Дата:
Сообщение: Determining # of active connections