Re: FAQ: Current state of replication ? - Mailing list pgsql-hackers

From Christopher Masto
Subject Re: FAQ: Current state of replication ?
Date
Msg-id 20010320145600.A20596@netmonger.net
Whole thread Raw
In response to FAQ: Current state of replication ?  ("Peter Galbavy" <peter.galbavy@knowledge.com>)
List pgsql-hackers
On Mon, Mar 19, 2001 at 11:00:20AM -0000, Peter Galbavy wrote:
> 1. One "writer", many "reader" PostgreSQL servers. We will want to write
> provisioning / configuration information centrally and can tolerate a
> "writer" failuer for a time.
> 2. Consitency at the transaction level. All changes to the "writer" server
> will be wrapped in transactions, and there will be foreign key consistency
> checking in many tables.
> 3. Delays from "writer" through to consistent state on "readers" can be
> tolerated to within a few minutes or even more. All read-servers must be in
> the same state when answering requests.
> 
> Our objective is to acheive performance and some fault tolerance as the data
> is going to be used for near-real time configuration of various other
> backend systems in an almost traditional 'net environment.

Your application sounds like a perfect fit for LDAP.

In other words, keep your database in Postgres, but export views of it
through for clients to query through LDAP.  Rely on LDAP replication,
since it has the model you need and works today.
-- 
Christopher Masto         Senior Network Monkey      NetMonger Communications
chris@netmonger.net        info@netmonger.net        http://www.netmonger.net

Free yourself, free your machine, free the daemon -- http://www.freebsd.org/


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: Patch application
Next
From: "Rosie Sedghi"
Date:
Subject: