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

Performance Regression due to join between two or more tables with group
by clause on inner table and fetch first N row

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
A performance regression has been noticed. 
The access plan has the following characteristics: 
 
            NLJOIN 
                  | 
   +---------+---------+ 
 <ANY>             GRPBY 
                                 | 
                          TBSCAN 
 
 
1. There is an Nested Loop Join on at least two tables. 
2. The inner table of the Nested Loop join is a Group By 
operator 
3. No eligible index(es) on the inner table. 
4. Local predicate(s) applied on the inner table 
5. Fetch First N Rows is specified above the join. 
Inner table refers to the table used as the inner leg of a join 
in the access plan generated by the Optimizer 
 
Example: 
select * from T1, (select x from T2 where y = 'NAME' group by x) 
where T1.x = T2.x order by T2.x fetch first 200 rows 
 
Recommended Workaround: 
1. create index ix1 on T2(x) 
2. RUNSTATS ON TABLE <schema>.T2 FOR INDEXES ALL
Problem-Zusammenfassung:
USERS AFFECTED: All 
 
PROBLEM DESCRIPTION: 
 
see ERROR DESCRIPTION 
 
PROBLEM SUMMARY: 
 
see ERROR DESCRIPTION
Local-Fix:
Create qualified indexes on the all join columns of the inner 
table and perform runstats.
verfügbare FixPacks:
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
The complete fix for this problem first appears in DB2 UDB 
Version 9.7 FixPak 2.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
26.10.2009
18.05.2010
18.05.2010
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.
Problem behoben lt. FixList in der Version
9.7.0.2 FixList