Re: Replication options?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Liam Lesboch" <liamlesboch(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Replication options?
Date: 2004-08-11 19:54:28
Message-ID: 200408112154.28129.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Liam Lesboch wrote:
> Thes slashdots post today about the beta releases of 8.0 caught the
> attention of my boss and I. Many comments about the replicator issue
> and saw many posts about Slony-I in particular. Maybe this is the
> only viable option in PostgreSQL? There are others that cost money
> but no where did we surface a article that spoke of them in any form
> of critique or tutorial (good or bad) and thats a concern for my
> boss. What large companies use replicators for PostgreSQL?

Slony-I and eRServer give you an asynchronous master/slave replication
system that allows you to setup load balancing or data warehouse type
things, or even failover with some replication gap. In my experience,
most people don't need the load balancing part. If all you're after is
securing your database system against hardware failures (which most
people are after), I suggest you set up two machines with a shared
storage (talk to your hardware vendor) or a replicating file system
(like DRBD) and make the two machines monitor each other so that only
one machine has the database mounted at any time.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric B.Ridge 2004-08-11 20:14:02 PG 8.0beta: psql suggestion
Previous Message Jeff Eckermann 2004-08-11 19:38:34 Re: Replication options?