Re: A Replication Idea

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Orion Henry <orion(at)trustcommerce(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A Replication Idea
Date: 2002-02-21 02:39:19
Message-ID: 20020220183919.A45785@ninja1.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2002-02-21 02:40:36 Re: SET NULL / SET NOT NULL
Previous Message Thomas Lockhart 2002-02-21 02:34:06 Re: SET NULL / SET NOT NULL