Re: Sthange things happen: SkyTools pgbouncer is NOT a balancer - Mailing list pgsql-general

From Asko Oja
Subject Re: Sthange things happen: SkyTools pgbouncer is NOT a balancer
Date
Msg-id ecd779860709120532j6e8e8666r26af0c20ca7722d2@mail.gmail.com
Whole thread Raw
In response to Sthange things happen: SkyTools pgbouncer is NOT a balancer  ("Dmitry Koterov" <dmitry@koterov.ru>)
List pgsql-general
Hi

One of PgBouncer original design goals is to create small and robust connection pooler.
If we start adding more and more fancy features like load balancing then we can easily end up in the same place from which we wanted to get away (pgPool).

We do our load balancing on ip level when the servers are duplicates of each other. Good for read only stuff.
Next level of load balancing we use is splitting databases into partitons. That way we can distriobute one database over several servers. We use plProxy to do this. Downside is raised complexity. Benefit all the partitons can be read write. Also good for reducing risks. If one part goes down others are still functioning.

Asko

pgsql-general by date:

Previous
From: "Phoenix Kiula"
Date:
Subject: Re: Partial index with regexp not working
Next
From: Stefan Schwarzer
Date:
Subject: Re: Database/Table Design for Global Country Statistics