Troubleshooting
Problem
This document describes how SMP affects Batch run times.
Resolving The Problem
Several people have asked if SMP will help them utilize the full power of their N-Way technology on single stream batch tasks.
The simple answer is that it helps only if it uses a function that goes through the query optimiser. This could be SQL, QRYDFN objects or OPNQRYF from within your application. Traditional RPG code does not benefit.
SMP comes in the following forms on OS/400:
| o | The base level of IBM DB2 SMP can be activated with the CHGQRYA command and the parameter DEGREE(*ANY). It enables a job to run I/O bound queries in a more parallel way. Specifying *ANY the system utilizes resources as much as it can (up to 50 percent of memory for parallelism) to speed up the queries run within that particular job. This is strictly speaking, not SMP parallelism, as it is implemented only through I/O parallelism (and not CPU). |
| o | DB2 Symmetric Multiprocessing for OS/400 - Feature code 1698 of OS/400 is a chargeable feature and contains functions to enable parallelism that exploits multiple CPU processors on the same job within OS/400. |
If you are considering running SMP, ensure that all of your programs that you switch SMP on for have a sort by specified. Programs that currently assume the data is returned in the sequence they require it now has the data returned in random sequence (or to be more precise, whichever disk task completes first).
For further information in this area, the following documents are recommended for review:
| o | DB2 for OS/400 Parallel Technologies White Paper located online at: http://www-03.ibm.com/servers/enable/site/education/abstracts/4aea_abs.html |
| o | DB2 for OS/400 Database Programming, Appendix D |
| o | DB2 SQL programming - Chapter 23, DB2/400 Data Management and the Query Optimiser |
| o | Informational APAR II09006 |
[{"Type":"MASTER","Line of Business":{"code":"LOB57","label":"Power"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SWG60","label":"IBM i"},"Platform":[{"code":"PF012","label":"IBM i"}],"Version":"6.1.0"}]
Historical Number
6492307
Was this topic helpful?
Document Information
Modified date:
18 December 2019
UID
nas8N1010726