Customizing max pool size in Metadata Service

You can specify the maximum number of connections in a connection pool that is used by the Metadata Service (MDS).

Procedure

To specify the maximum number of connections in a connection pool, use the MDS_DB_CONNECTION_MAX_POOL_SIZE property. The value is set to 10 by default.

Following is the command:

oc patch wxd/lakehouse --type=merge -n cpd-instance -p "{ "spec": {
          "MDS_DB_CONNECTION_MAX_POOL_SIZE":"<value>"
} }"

To set the value, in CPD/IBM® watsonx.data on-prem you need to log in as CPD admin.

For more information about customizing watsonx.data components, see Customizing watsonx.data components.