Ways to control the resources used by parallel operations
You have several options for controlling the amount of system resources that are used for processing queries that use Sysplex query parallelism.
Sysplex
query parallelism is deprecated and will be removed in a future release
of DB2®.
Priority
You can use z/OS® workload management to control the priority of parallel query work within a member. Pay special attention to the task of classifying work that runs on parallelism assistants.
Buffer pool space
- The parallel threshold (VPPSEQT) determines the amount of space that is used for all parallel processing.
- The assisting parallel sequential threshold (VPXPSEQT) determines what subset of the parallel space is used to assist queries originating from another member of the data sharing group.
Response time can degrade if these thresholds are set too low.
Resource limits
You can use the DB2 resource limit facility (governor) to help control dynamic queries that use Sysplex query parallelism. Resource limits are local in scope, so DB2 can ensure that a specific dynamic query does not overrun a member. Members of a data sharing group can share the same resource limit specification table (RLST), or each member can have its own RLST. In either case, DB2 honors the limits that are specified on that member, no matter how many tasks are included in the statement.
The following figure illustrates how dynamic queries that use Sysplex query parallelism are governed by the DB2 resource limit facility.

Governing statements with more than one parallel group: If multiple parallel groups process queries on a member, each parallel group can consume up to the service unit limit that is set for that member. In contrast, on the coordinator, all parallel groups, including the originating task, are governed by the limit on that coordinating member. The following figure illustrates how a query with two parallel groups runs at the same time.

Queries that use INSTALL SYSADM or SYSOPR authorities: If a query is submitted by an authorization ID with INSTALL authority, none of the parallel tasks is governed, regardless of where the parallel tasks run.
A statement that is executed more than once: If the same statement executes more than once in an application, the service unit limit is applied differently to the parallelism coordinator and assistants. The service unit limit applies to all executions of the statement on the parallelism coordinator such that the cumulative number of service units consumed cannot exceed the limit. Conversely, on the parallelism assistants, each execution of the statement is subject to the service unit limit. The number of service units consumed each time the statement executes cannot exceed the limit.