SQL4031 - &1 tasks specified for parallel index create over table &2

SQL4031
Message Text: &1 tasks specified for parallel index create over table &2
Cause Text: The query optimizer has calculated the optimal number of tasks for this query based on the query attribute degree.

The table number refers to the relative position of this table in the query.
Recovery Text: Parallel index create can improve the performance of queries. Even though the access plan was created to use the specified number of tasks for the parallel index build, the system may alter that number based on the availability of the pool in which this job is running or the allocation of the table's data across the disk units.

Refer to Data access on DB2 UDB for iSeries: data access paths and methods for more information about parallel index create.