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 IT22630 Status: Closed

Performance Regression might be Observed with Queries ContainingNOT EXISTS
or NOT IN Predicates

product:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problem description:
Users might observe performance regression when upgrading from 
V9.7 and running queries with the following characteristics: 
1. Queries contain NOT EXISTS or NOT IN predicates 
2. Sub-queries in the NOT EXISTS or NOT IN predicates contain 
correlated sub-queries 
3. The correlation sources of these correlated sub-queries are 
local to the NOT EXISTS or NOT IN sub-queries 
 
An example of such a query is: 
 
select p1 
from   p 
where not exists 
(select * 
-- This NOT EXISTS sub-query contains correlated sub-queries 
from (select * 
       from a 
      where exists (select 1                              -- 
This correlated sub-query has correlation source from Table A 
which is local to the NOT EXISTS sub-query 
                           from b 
                           where b1=a1 order by b1) 
      fetch first 1 row only) q 
where q.a2 = p.p1)
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to Db2 11.1 Mod 3 Fix Pack 3 or higher               * 
****************************************************************
Local Fix:
available fix packs:
Db2 Version 11.1 Mod 3 Fix Pack 3 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod3 Fix Pack3 iFix001 for Linux, UNIX, and Windows
Db2 Version 11.1 Mod3 Fix Pack3 iFix002 for Linux, UNIX, and Windows

Solution
First fixed in Db2 11.1 Mod 3 Fix Pack 3
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
02.10.2017
22.03.2018
22.03.2018
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)