DB2 - Problem description
Problem IC63758 | Status: Closed |
DB2 SERVER MAY ABEND DURING QUERY COMPILATION OF STATEMENTS WITH PARTITIONED INDEXES IN A DPF ENVIRONMENT WITH INTRA_PARALLEL ON | |
product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problem description: | |
The following stack trace will be observed if you encounter this issue: sqlno_cost_ridbid_iscan sqlno_cost_iscan sqlno_prop_iscan sqlno_reeval_cost sqlno_smp_reeval_props sqlnoSmpPropagateCosts ... The problem will only occur if all of the following conditions are satisfied: 1. The database partitioning feature (DPF) is used 2. Intra-partition parallelism is enabled (INTRA_PARALLEL is set to YES) and the query degree is > 1 or set to ANY 3. The statement references a table with one or more partitioned indexes 4. The optimizer chose an access plan with an index access of apartitioned index 5. A subquery predicate is applicable at the index access | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * DPF + INTRA-PARTITION PARALLELISM * **************************************************************** * PROBLEM DESCRIPTION: * * The following stack trace will be observed if you encounter * * this issue: * * * * sqlno_cost_ridbid_iscan * * sqlno_cost_iscan * * sqlno_prop_iscan * * sqlno_reeval_cost * * sqlno_smp_reeval_props * * sqlnoSmpPropagateCosts * * ... * * * * The problem will only occur if all of the following * * conditions * * are satisfied * * * * 1. The database partitioning feature (DPF) is used * * 2. Intra-partition parallelism is enabled (INTRA_PARALLEL * * is set to YES) and the query degree is > 1 or set to ANY * * * * 3. The statement references a table with one or more * * partitioned indexes * * 4. The optimizer chose an access plan with an index access * * of a partitioned index * * 5. A subquery predicate is applicable at the index access * **************************************************************** * RECOMMENDATION: * * Upgrade to version 9.7 Fix Pack 1 * **************************************************************** | |
Local Fix: | |
Any of the following options can help avoid the problem 1. Reduce the query degree to 1 2. Disable intra-partition parallelism by setting INTRA_PARALLEL to NO | |
available fix packs: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
Solution | |
The problem was first fixed in Version 9.7 Fix Pack 1 | |
Workaround | |
See LOCAL FIX | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 14.10.2009 29.12.2009 29.12.2009 |
Problem solved at the following versions (IBM BugInfos) | |
9.7.FP1 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.7.0.1 |