There are two types of query parallelism: intra-partition parallelism and inter-partition parallelism. Either type, or both types, can be used depending on whether the environment is a single-partition or multi-partition environment.
In order for intra-partition query parallelism to occur, you must modify database configuration parameters and database manager configuration parameters.
For more information on the configuration parameter settings, and how to enable applications to process in parallel, refer to "Configuring DB2" in the Administration Guide, Performance.
Inter-partition parallelism occurs automatically based on the number of database partitions and the distribution of data across these partitions.