Re: Setup pgpool-II with streaming replication

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Setup pgpool-II with streaming replication
Date: 2016-09-08 01:02:23
Message-ID: 0992a661-4753-7e5e-2ebf-2a6ce6914b60@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/6/2016 2:10 PM, Ashish Chauhan wrote:
> ...Cannot afford downtime on db servers...

thats an impossible target in general unless you expect computer systems
to run perfectly forever without ever needing hardware or software
maintenance. there are strategies to /minimize/ downtime, such as
having active/standby failover, but the simple act of failing over
requires a short downtime where your applications are forcibly
disconnected from the formerly active database and have to reconnect to
the newly activated master, restarting any transactions that were in
progress at the time of interruption. then there's the issues of
building fully redundant network infrastructure, as well as redundant
pooling. In my experience, the more pieces you add to a system in an
attempt to make it more robust, the more fragile and delicate it becomes.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn Tonies (Upscene Productions) 2016-09-08 07:42:53 Re: IDE for function/stored proc development.
Previous Message Venkata B Nagothi 2016-09-08 00:45:30 Re: Setup pgpool-II with streaming replication