Re: Advice on HA/LB setup for small installation - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Advice on HA/LB setup for small installation
Date
Msg-id AANLkTinsmFLODZnCFSTdJi7Q_nMfeSH5CPMTiE89Cbh7@mail.gmail.com
Whole thread Raw
In response to Advice on HA/LB setup for small installation  (Jamie Tufnell <diesql@googlemail.com>)
List pgsql-admin
On Thu, May 13, 2010 at 8:15 PM, Jamie Tufnell <diesql@googlemail.com> wrote:
> Hi,
>
> We have a webapp backed by a single PostgreSQL server and I'd like to
> add a second primarily for availability.  I figure if we can load
> balance reads too then why not.
>
> Having read over the HA docs/matrix, I'm considering using 9.0's hot
> standby with pgpool-II to automatically balance reads without having
> to adjust our webapp to split the reads/writes.
>
> Firstly, is this a sound setup and does anyone using it have any
> comments fore/against, gotchas?

Well, it's new and shiny, and not a lot of people are running it yet
since it's still in beta.  I'd suggest being a beta tester on it and
reporting problems, cause now's the time to do it.

> Secondly, is there a companion tool to achieve this with pgbouncer?
> Note I have nothing against pgpool, just curious as we're already
> using pgbouncer in production.

slony?

Both are asynchronous, so some lag is to be expected.  When slony runs
out of disk bandwidth it starts to fall behind.  You can put slony
sl_log_x on a separate tablespace and that helps, but that's it's
limit to keeping up.  I'm not sure what latency to expect from PITR.
We get 5 to 20 seconds under heavy load with slony generally.  With
occasional spikes late at night when we run backups / maintenance
processes into the 30 to 60 second range.

pgsql-admin by date:

Previous
From: Jamie Tufnell
Date:
Subject: Advice on HA/LB setup for small installation
Next
From: Alvaro Herrera
Date:
Subject: Re: Autovacuum and invalid page header