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

STATISTICAL VIEW MIGHT NOT HELP TO FIX CARDINALITY
UNDERESTIMATION UNDER CERTAIN CONDITIONS

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
The DB2 Query Optimizer may misestimate the cardinality for 
queries that contain effectively cartesian predicates and use 
statistical views that don't reference these predicates. For 
example, consider the following query: 
 
select * from T1, T2 
where T1.A=T2.A and T1.B=1 and T2.B=1 
 
The two predicates T1.B=1 and T2.B=1 imply a third predicate 
T1.B=T2.B. Thus, at the join operation, the join on T1.B=T2.B is 
effectively a cartesian product of two result sets that have all 
1s in the join columns. If there is an applicable statistical 
view containing the predicate T1.A=T2.A and not T1.B=T2.B, then 
the optimizer may misestimate the cardinality of the join of T1 
and T2, which may result in a sub-optimal query execution plan.
Problem-Zusammenfassung:
USERS AFFECTED: ALL 
 
PROBLEM DESCRIPTION: 
 
see ERROR DESCRIPTION. 
 
PROBLEM SUMMARY: 
 
see ERROR DESCRIPTION.
Local-Fix:
Try to use SELECTIVITY clause to adjust cardinality.
verfügbare FixPacks:
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 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a 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 3.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
07.09.2009
24.09.2010
24.09.2010
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.
Problem behoben lt. FixList in der Version
9.7.0.3 FixList
9.7.0.3 FixList