DB2 - Problembeschreibung
| Problem IC70859 | Status: Geschlossen |
WRONG REORGCHK_IX_STATS OUTPUT. REORGCHK SHOWS RIGHT VALUES. | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
REORGCHK_IX_STATS output can be wrong and therefore inconsistent
with REORGCHK
Example:
reorgchk current statistics on table DB2INST1.TAB1
INDEX_NAME LEAF_RECSIZE NONLEAF_RECSIZE LEAF_PAGE_OVERHEAD
NONLEAF_PAGE_OVERHEAD F5 F6 REORG
-------------- ------------ --------------- ------------------
--------------------- -- --- -----
TAB1_PK 12 12 984
984 99 46 -----
TAB1_S1 12 12 984
984 93 46 *----
CALL sysproc.reorgchk_ix_stats('T', 'DB2INST1.TAB1')
INDEX_NAME LEAF_RECSIZE NONLEAF_RECSIZE LEAF_PAGE_OVERHEAD
NONLEAF_PAGE_OVERHEAD F5 F6 REORG
-------------- ------------ --------------- ------------------
--------------------- -- --- -----
TAB1_PK -1 -1 1238
1238 34 499 -**--
TAB1_S1 -1 -1 1238
1238 32 499 ***--
This can occur for tables/indexes where the value of
AVGLEAFKEYSIZE in SYSIBM.SYSINDEXES is -1 or 0. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Problem Description above. * * See also IC71003 for why any index starting with a varying * * length column can suffer from this. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.7 Fix Pack 4. * **************************************************************** | |
| Local-Fix: | |
n/a | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows | |
| Lösung | |
First fixed in DB2 Version 9.7 Fix Pack 4. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 31.08.2010 03.05.2011 15.09.2011 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP4 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.4 |
|