Re: PG replication across DataCenters - Mailing list pgsql-general

From Albe Laurenz
Subject Re: PG replication across DataCenters
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17C5ED75@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to PG replication across DataCenters  (Kaushal Shriyan <kaushalshriyan@gmail.com>)
Responses Re: PG replication across DataCenters
Re: PG replication across DataCenters
List pgsql-general
Kaushal Shriyan wrote:
> I have read on the web that Postgresql DB supports replication across data centers. Any real life
> usecase examples if it has been implemented by anyone.

Well, we replicate a 1 TB database between two locations.
It is a fairly active OLTP application, but certainly not
pushing the limits of what PostgreSQL can do in transactions
per second.

But I get the impression that replication is widely accepted
and used by now.

>                                                        Please also help me understand the caveats i
> need to take care if i implement this setup.

Don't use synchronous replication if you have a high transaction
rate and a noticable network latency between the sites.

Wait for the next bugfix release, since a nasty bug has just
been discovered.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Kaushal Shriyan
Date:
Subject: PG replication across DataCenters
Next
From: Edson Richter
Date:
Subject: Re: PG replication across DataCenters