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 IT04270 Status: Geschlossen

DB2 OPTIMIZER MIGHT CHOOSE A NON-OPTIMAL ONE-FETCH GROUP BY

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
The optimizer might choose a one-fetch group by alternative, 
requiring a less-optimal join order below the group by 
operation, for a SQL statement that includes the following: 
 
a. an aggregation function in the SELECT list with no grouping 
columns, or grouping columns that are constant values 
b. one or more joins in the query 
c. the aggregation is on a single table, T 
d. the only filtering on T is through one or more joins 
e. the table T is well clustered on the join columns reference 
in the filtering joins 
 
The following example SQL statement satisfies the above 
conditions since it includes a MAX aggregation function on T1, 
which is filtered through the join with T2 only, and the 
statement does not include and grouping columns: 
SELECT MAX(T1.A) 
FROM T1,T2 
WHERE T1.B=T2.B AND T2.A=1 
 
You can identify if a group by operation is a one-fetch by 
collecting an EXPLAIN of the query and searching for the 
ONEFETCH flag in the details of the group by operator: 
        ONEFETCH: (One Fetch flag) 
            TRUE 
 
In most cases, a one-fetch group by provides optimal 
performance, so its presence in the query execution plan is not 
an indicator that you are hitting this issue.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 version 10.1 Fix Pack 5                       * 
****************************************************************
Local-Fix:
You can use an optimization guideline to request a different 
query execution plan
Lösung
Fixed in DB2 version 10.1 Fix Pack 5
Workaround
See Local Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
08.09.2014
13.07.2015
13.07.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.5 FixList