From: Michael P. <mic...@gm...> - 2014-06-04 03:53:28
|
On Wed, Jun 4, 2014 at 3:50 AM, Bruno Cezar Oliveira <bru...@ho...> wrote: > How i can pooling the connections on the coordinators using java? PGpool? With java? Postgres JDBC as it has support for multiple sources: jdbc:postgresql://host1:port1,host2:port2/test Support is basic and connections are tried in a round robin fashion until one connection is successful. -- Michael |