home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC73907 Status: Closed

THE OPTIMIZER MAY CHOOSE A SUB-OPTIMAL ACCESS PLAN FOR SQL USING SUB-SELECT
& PLACE HOLDER VARIABLE.

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
The optimizer may choose a sub-optimal access plan for an SQL 
statement which uses an IN and a place holder variable as part 
of the FROM clause. 
 
e.g. 
select ... from tab1, tab2 where tab1.COLA=tab2.COLA and 
tab1.COLB IN (?,?,?,...); 
 
If there is an index with t1.COLB as the leading column in the 
key, the optimizer can consider an in-to-join transformation of 
the IN predicate shown in the WHERE clause. 
If the access of tab1 is on the inner of a NLJN, the optimizer 
might consider a plan with a TEMP over the inner access that 
might be beneficial for the in-to-join access on the inner.  In 
general, this is a good option to consider but when there are 
statement place holders, the cardinality estimates cannot always 
be accurate.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All Platforms                                                * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* The optimizer may choose a sub-optimal access plan for an    * 
* SQL                                                          * 
* statement which uses an IN and a place holder variable as    * 
* part                                                         * 
* of the FROM clause.                                          * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V9.7 Fix Pack 5.                              * 
****************************************************************
Local Fix:
dbset DB2_EXTENDED_IN2JOIN=NLJN_TEMP_OFF
available fix packs:
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Solution
This problem was first fixed in DB2 V9.7 Fix Pack 5.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
17.01.2011
27.12.2011
27.12.2011
Problem solved at the following versions (IBM BugInfos)
9.7.FP5
Problem solved according to the fixlist(s) of the following version(s)
9.7.0.5 FixList