Re: question on cross-data center replication

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: "Dournaee, Blake" <blake(dot)dournaee(at)intel(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: question on cross-data center replication
Date: 2011-10-12 22:54:03
Message-ID: CA+U5nMKi4WX9AW-7g4gqVihHy-1U37edXMFfHBsjRUm=6TSKkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Oct 12, 2011 at 11:24 PM, Dournaee, Blake
<blake(dot)dournaee(at)intel(dot)com> wrote:

> I had a general newbie type question. I am looking for a database that
> supports replication across datacenters that may be widely distributed.
>
>
>
> I understand that Oracle has replication technology through “streams” and
> “data guard” and would like to understand a little more about the equivalent
> functionality in postgresql.
>
>
>
> Specifically:
>
> 1. Does this database support replication across instances of the database?
>
> 2. How does it work at a high level?
>
> 3. How does it compare to similar functionality in mySQL or Oracle?
>
> 4. How reliable is it?

PG9.1, latest release, supports replication equivalent to data guard
maximum protection mode, as well as other modes.

Multiple standbys are supported.

Replication uses log based replication, much better than MySQL
semi-sync replication.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dournaee, Blake 2011-10-13 00:04:34 Re: question on cross-data center replication
Previous Message Dournaee, Blake 2011-10-12 22:24:43 question on cross-data center replication