Re: master/master replication with load balancer in front

From: Chris Mair <chris(at)1006(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: master/master replication with load balancer in front
Date: 2015-08-22 10:05:46
Message-ID: 1d00719e4da402f028c9f3c217be72aa@smtp.hushmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I see there are many different ways to build a PG cluster. What would be
> the best choice in my case?

Hi,

a few keywords in your mail hint at the fact you're using AWS?

If that's the case, you might want to look into their managed
PostgreSQL hosting: it's called Amazon RDS for PostgreSQL and
supports failover ("Multi AZ") and master-slave replication
("Read Replicas").

There's no master-master support, though. If you need that,
you might want to look into BDR, but then you need to patch...

As load balancer, PgPool-II might be what you're looking for.

Bye,
Chris.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Sosa Mayor 2015-08-22 10:24:01 Re: Problem with pl/python procedure connecting to the internet
Previous Message John R Pierce 2015-08-22 07:43:03 Re: Problem with pl/python procedure connecting to the internet