How to handle sequences and replication?

From: Bill Gribble <grib(at)linuxdevel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to handle sequences and replication?
Date: 2002-04-02 18:54:13
Message-ID: 1017773654.22299.75.camel@flophouse
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm totally new to distributed databases and rather new to SQL in
general (only worked with it 6-8 months). I am trying to set up a
fault-tolerant system which will allow clients to operate in a
disconnected mode, using a local database, when the network (and the
primary DB server) is offline, and synchronize changes later.

I know that write replication is part of the answer to this, and that
there are some tools available already to help with postgres write
replication. However, there are some pretty obvious holes needing
filled (for example, the app depends on integer key columns using values
supplied by a sequence, which seems obviously wrong when there could be
multiple clients operating disconnected servers using the same rules)
and I'm wondering if there are standard approaches to this kind of
problem.

Are there good resources out there to help with the design of
fault-tolerant (i.e. network failure, server failure, client-peer
failure) database apps for networks of clients and servers? books, web
sites, HOW-TO, etc?

Thanks,
Bill Gribble

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2002-04-02 19:06:51 Re: changeing type of column
Previous Message Yuri A. Kabaenkov 2002-04-02 18:18:48 changeing type of column