Clustering and replication options

From: Gregory Youngblood <pgcluster(at)netio(dot)org>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Clustering and replication options
Date: 2005-06-22 08:16:54
Message-ID: 34468B47-78A0-4C91-945A-14A7F7D5AD97@netio.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am looking for some information about clustering and replication
options for postgresql.

I am aware of pgcluster, but have been unable to find anyone willing
to share details about actually using it in a production environment.
That's a little disconcerting. Is pgcluster not really ready for full
production use right now?

I really would like to setup a multi-master cluster of databases, and
pgcluster seems just perfect for the task. I will be testing it for
myself in a few weeks.

I was hoping I could solicit some advice, or really any information,
about other possible clustering or replication methods. I know slony-
I is available, and that it is used b the .org registry, I believe,
as well as other places. It seems to be pretty mature as well.
However, I'm concerned about the master to multi-slave model. For
databases with mostly reads and fewer writes, that model seems good.
But, it seems like replication lag, not to mention the added
complexity of splitting read and write operations between two
database connections, could cause problems for applications with a
large number of both reads and writes. Any lag would potentially
allow stale data to be read from a slave after it had been updated on
the master.

Can someone point me at some good references for either slony-I or
pgcluster, other than their actual home pages? I've spent more time
reading and analyzing the pgcluster configuration than slony-I, as my
needs include support for frequent, multiple writes.

Thanks,
Greg

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sim Zacks 2005-06-22 08:23:22 Re: scroll cursor bug or me?
Previous Message Michael Glaesemann 2005-06-22 05:23:49 Re: ANN: PG Lightning Admin for PostgreSQL 8.x Released