Re: pooler/router? - Mailing list pgsql-admin

From Gabriele Bartolini
Subject Re: pooler/router?
Date
Msg-id [email protected]
Whole thread Raw
In response to pooler/router?  (Bèrto ëd Sèra <[email protected]>)
List pgsql-admin
 Hi Bèrto,

 On Thu, 13 Dec 2012 12:39:28 +0000, Bèrto ëd Sèra
 <[email protected]> wrote:
> I was wondering whether there is anything I can drop in as a
> "middleware", that will get any incoming connections to
> oldserver:5432
> and reroute them to a set of individual boxes, based on the targeted
> database. PgPooler + routing, sort of.

 With pgbouncer you can create virtual databases and map them on
 different hosts. It is very light and open source:
 http://wiki.postgresql.org/wiki/PgBouncer

 Cheers,
 Gabriele
--
  Gabriele Bartolini - 2ndQuadrant Italia
  PostgreSQL Training, Services and Support
  [email protected] - www.2ndQuadrant.it



pgsql-admin by date:

Previous
From: Bèrto ëd Sèra
Date:
Subject: pooler/router?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Confuse about the behaveior of PreparedStatement.executeBatch (jdbc)