Re: A Replication Idea

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: A Replication Idea
Дата
Msg-id 20020220183919.A45785@ninja1.internal
обсуждение исходный текст
Ответ на A Replication Idea  (Orion Henry <orion@trustcommerce.com>)
Список pgsql-hackers
>         It listens on port 5432.
>         It pools connections to both real databases.

Check out pgsql-replication.  They're doing something more complex,
but will get you the multi-master model that you're proposing.  It's
using a reliable multicast model based on the spread toolkit
(spread.org).



As for your idea, it sounds really good, but has two pit-falls that I
know of:

1) TCP latency could intorduce race conditions and data syncronization  problems.

2) transaction WAL log syncronization.

-sc

-- 
Sean Chittenden


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: SET NULL / SET NOT NULL
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: SET NULL / SET NOT NULL