Specifies whether to use parallel processing and what to use it for. (QQRYDEGREE)
Parallel processing for queries and indexes, also known as QQRYDEGREE, is a member of the performance category of i5/OS™ system values. You can use this system value to specify whether to use parallel processing and what to use it for. To learn more, keep reading.
Quick reference | |
---|---|
Location | In iSeries™ Navigator, select your system, |
Special authority | All object (*ALLOBJ) and security administrator (*SECADM) |
Default value | Do not allow parallel processing |
Changes take effect | Immediately |
Lockable | No |
Specifies whether to allow parallel processing and whether the type of parallel processing is input/output (I/O) parallel processing or symmetric multiprocessing (SMP). For I/O parallel processing, the database manager can use multiple tasks for input/output auxiliary storage processing for each query. Processing for the central processing unit (CPU) is still done serially. For symmetric multiprocessing, the CPU and I/O processing are assigned to tasks that run the query in parallel. Actual CPU parallelism requires a system with multiple processors. SMP parallelism is used only if the system feature DB2® Symmetric Multiprocessing for i5/OS is installed.
The following are possible options:
No parallel processing is allowed for database query processing.
The database query optimizer can use any number of tasks for I/O parallel processing for queries. SMP parallel processing is not allowed.
The query optimizer can use any number of tasks for either I/O or SMP parallel processing for queries. If you select to use multiple processes for input/output, queries, and indexes, you can also select to Use all active memory in memory pool (*MAX). Using all active memory allows the query optimizer to choose an access plan that might consume more of the system resources, but would provide faster run time for a given query.
To learn more, go to the performance system values overview topic. If you are looking for a specific system value or category of system values, try using the i5/OS system value finder.