[pgpool-general: 4691] Re: pools vs connections

Tatsuo Ishii ishii at postgresql.org
Fri May 20 23:34:49 JST 2016


> Hi!
> 
> 
> We have an web application which starts a whole bunch (100+) of concurrent database connections. All connections is within the same server, to the same database and with the same credentials, only read operations, no write. Which configuration would yield the best performance? One pool with many connections or many pools with one connection each?

Pgpool-II does not provide "many pools with one connection each" type
of configuration. The only configuration you can use is "One pool with
many connections".

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list