DB2 - Problembeschreibung
Problem IC77830 | Status: Geschlossen |
CREATE INDEX WITH STATS COLLECTION ON GLOBAL TEMP TABLE OR RANGE PARTITIONED TABLE LEAKS UTILHEAP MEMORY | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
Problembeschreibung: | |
The following is an example testcase for the memory leak on a declared global temporary table : declare global temporary table session.mytemp like sysibm.syscolumns ; create index session.idx1 on session.mytemp ( name ) collect sampled detailed statistics; drop table session.mytemp; The following is an example testcase for the memory leak on a range partitioned table : create table IC.r (c1 int, c2 int) partition by range (c1) (starting (1) ending (10), ending (20)); create index IC.i on IC.r ( c2 ) collect sampled detailed statistics; The leak can be shown by examining the output from : db2pd -db dbname -memb all | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 V9.5 Fix Pack 9 or later * **************************************************************** | |
Local-Fix: | |
Instead of collecting statistics during index creation, collect statistics with a RUNSTATS command after creating the index. | |
verfügbare FixPacks: | |
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows | |
Lösung | |
Problem first fixed in DB2 V9.5 Fix Pack 9 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 29.07.2011 31.10.2012 31.10.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.5.FP9 | |
Problem behoben lt. FixList in der Version | |
9.5.0.9 |