Re: Proxy for postgres

From: John R Pierce <pierce(at)hogranch(dot)com>
To: martins(dot)listz(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Proxy for postgres
Date: 2009-08-14 17:41:00
Message-ID: 4A85A1AC.9020506@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Basically, what I'm searching for is something that relay sql to others
> postgres instances.
>
> The main goal is to have this proxy balancing, and better if it can
> figure out when a postgres server is down. It would give me better
> performance and will help mitigating the single point of failure, as I
> can use HA for the proxy only.
>
> The final idea is big, but I wanted to know what are the tools
> available, end then start with it.
>

if these databases are all mirrors of each other, how do you plan on
handling transactional updates?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-08-14 18:04:07 Re: [HACKERS] \copy: unexpected response (4)
Previous Message Martin Spinassi 2009-08-14 17:34:58 Re: Proxy for postgres