DB2 - Problembeschreibung
| Problem IC63275 | Status: Geschlossen |
REMOVING UNUSED COLUMNS FROM UNION ALL VIEW TO IMPROVE QUERY PERFORMANCE | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
DB2 may add internal columns to represent a key to uniquely identify each row in a Union All view in query optimization class 5 and 7. When the internal columns are later considered not useful, DB2 does not remove those columns. As a result, it could prevent further query rewrites. | |
| Problem-Zusammenfassung: | |
DB2 may add internal columns to represent a key to uniquely identify each row in a Union All view in query optimization class 5 and 7. When the internal columns are later considered not useful, DB2 does not remove those columns. As a result, it could prevent further query rewrites. | |
| Local-Fix: | |
Use query optimization class 9 by issuing the following statement SET CURRENT QUERY OPTIMIZATION 9 | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 1 for Linux, UNIX, and Windows | |
| Lösung | |
This APAR is first fixed on the DB2 V9.7 Fixpack 1 | |
| Workaround | |
Use query optimization class 9 by issuing the following statement SET CURRENT QUERY OPTIMIZATION 9 | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 19.09.2009 15.01.2010 15.01.2010 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP1 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.1 |
|