Question
Pegasystems Inc.
IN
Last activity: 23 Mar 2020 3:57 EDT
Pega managed DB connection pooling sizing based on nodetype
In Pega 831, it was observed that, if JDBC URL is used in DB connection rule, Pega creates 20 (default) DB connections per JVM/server. This can be managed using DSS or prconfig.xml.
In case of pega cloud environment, where custom prconfig.xml per node is not allowed, how to control number of connection established, (as part of connection pooling) based on nodetype.
For example, If requirement is to have 20 connections from web nodes, background processing nodes and zero connections from other node types, how this can be achived.
NOTE: As mentioned above, in Pega Cloud environment, having custom prconfig.xml per node is NOT an option. Single copy of prconfig.xml is used on all nodes of a environment.