Tuning Db2 for z/OS
You can optimize inactive thread processing in z/OS.
In V5, you are allowed up to 25,000 concurrently connected clients. In all cases, the maximum number that can be concurrently active, however, is 1999. Each workstation client can stay connected when it is inactive; its thread is placed on an inactive chain at each commit.
The DSNZPARM parameters CMTSTAT
, CONDBAT
and MAXDBAT
affect
thread processing. For best performance, set CMTSTAT
to INACTIVE
,
adjust CONDBAT
to the maximum number of connected
DBATs that provide good performance, and MAXDBAT
to
the maximum acceptable number of active DBATs.