[pgpool-general: 5794] Re: pgpool connection formula

Tatsuo Ishii ishii at sraoss.co.jp
Tue Oct 31 09:15:38 JST 2017


> in documentation I've found formula: max_pool*num_init_children <=
> (max_connections - superuser_reserved_connections) If pgool is in load
> balance mode and "n" databases are in backend, is formula looks like this:
> max_pool*num_init_children <= (n*max_connections - superuser_reserved_
> connections)?

No. PostgreSQL does not allow to create connections which is greater
than max_connections no matter how many databases are created.

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