home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
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
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT08277 Status: Geschlossen

DB2 MIGHT PERFORM POORLY FOR EXISTENTIAL SUBQUERY WITH COLUMN ORGANIZED
TABLES AND COMPLEX OUTER SUBSELECTS

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
Under rare scenarios, DB2 might produce a suboptimal query plan 
when the following conditions are satisfied: 
1) The query contains one or more EXISTS/IN subqueries 
2) The subquery references one or more column organized tables 
3) The outer query block for the subquery is complex and 
contains one or more outer join, UNION ALL and Group By clauses. 
 
eg. 
with V1 as ( 
Select count(*), C1, C2 
from T1 left join T2 on T1.C1 = T2.C1 
               inner join T3 on T1.C2 = T3.C2 
Group By C1,C2) 
Select * 
from V1 
where EXISTS (select 1 
                             from Tx 
                             where Tx.C1 = V1.C2)
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 version 10.5.0.7                              * 
****************************************************************
Local-Fix:
Lösung
Fixed in DB2 version 10.5.0.7
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
13.04.2015
05.02.2016
05.02.2016
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.5.0.7 FixList