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

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

product:
DB2 FOR LUW / DB2FORLUW / A50 - 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 10.5 Fix Pack 9 or higher                     * 
****************************************************************
Local Fix:
Solution
First fixed in Db2 10.5 Fix Pack 9
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
18.05.2017
29.09.2017
08.01.2018
Problem solved at the following versions (IBM BugInfos)
9.0.
Problem solved according to the fixlist(s) of the following version(s)