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

OPTIMIZER MIGHT PRODUCE A NON-OPTIMAL ACCESS PLAN FOR A QUERY USING
MULTIPLE OLAP FUNCTIONS

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
In a partitioned database environment, the optimizer tends to 
sort at the sending end of a table queue, and merge the rows at 
the receiving end.  For a query with a stack of OLAP functions, 
the optimizer tends to stack multiple merging table queues and 
sorts, and if the the sorts are large enough to spill, the 
performance might degrade. 
 
For example, if a query contains multiple OLAP functions in the 
select list such as 
 
SELECT ... 
     MIN(A) OVER(PARTITION BY X ORDER BY Y,Z ROWS BETWEEN 20 
PRECEDING AND 20 FOLLOWING) as olap1, 
     MIN(B) OVER(PARTITION BY X ORDER BY Y,Z ROWS BETWEEN 20 
PRECEDING AND 20 FOLLOWING) as olap2, 
     MIN(C) OVER(PARTITION BY X ORDER BY Y,Z ROWS BETWEEN 20 
PRECEDING AND 20 FOLLOWING) as olap3, 
     MIN(D) OVER(PARTITION BY X ORDER BY Y,Z ROWS BETWEEN 20 
PRECEDING AND 20 FOLLOWING) as olap4 
 
then the access plan generated by the optimizer will show a 
stack of merging table queues and sorts as in the following 
formatted snippet using db2exfmt 
 
   ... 
     | 
 6.46086e+06 
   MDTQ 
   (  17) 
 4.50224e+06 
 1.22783e+06 
     | 
 6.46086e+06 
   TBSCAN 
   (  18) 
 4.45483e+06 
 1.22783e+06 
     | 
 6.46086e+06 
   SORT 
   (  19) 
 3.7682e+06 
 1.08216e+06 
     | 
 6.46086e+06 
   MDTQ 
   (  20) 
 2.51054e+06 
   936492 
     | 
   ...
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* The problem only occurs in a database partitioned            * 
* environment.                                                 * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 version 10.1 Fix Pack 2, and set the registry * 
* variable DB2_SORT_AFTER_TQ=SCALAG.                           * 
****************************************************************
Local-Fix:
You can set DB2_SORT_AFTER_TQ=YES to help improve performance, 
but this will affect every sort decision made by the optimizer.
verfügbare FixPacks:
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Lösung
The problem is first fixed in DB2 version 10.1 Fix Pack 2.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
23.10.2012
15.04.2013
15.04.2013
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.2 FixList
10.5.0.2 FixList