DB2 - Problembeschreibung
Problem IC87888 | Status: Geschlossen |
IMPROVE ACCURACY OF FILTER FACTOR ESTIMATE FOR NON-CORRELATED EXISTS CLAUSE | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problembeschreibung: | |
The filter factor of a non-correlated EXISTS clause, such as: ... where exists ( select 1 from table1 A, table2 B where A.key = b.key and A.col2 = 'XYZ') ... May be more or less filtering depending on the results of the subselect in the exists. This APAR will improve the accuracy of the resulting filter factor of the EXISTS clause. For example, you may see the exists subselect show up in the explain plan as a FILTER with an estimated cardinality of 0.5 instead of a more accurate estimate for the probability a row will be returned from the subselect: /---------+ 0.5 FILTER | /-------+--------\ 1 40 TBSCAN ^NLJOIN | | 1 /-----+------\ TABFNC: SYSIBM 40 1 GENROW TBSCAN IXSCAN Q4 | | 1000 1000 TABLE: DB2INST1 INDEX: DB2INST1 TABLE1 TABLE2_PK Q2 Q1 | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 version 10.1 Fix Pack 2 * **************************************************************** | |
Local-Fix: | |
Use SELECTIVITY CLAUSE or Optimizer Profile to change the overall access plan. | |
verfügbare FixPacks: | |
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows | |
Lösung | |
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: | 04.11.2012 17.12.2012 17.12.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.1.0.2 | |
10.5.0.2 |