home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
14.10.xC11 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

Informix - Problembeschreibung

Problem IT07079 Status: Geschlossen

UPDATE STATISTICS LOW CAN FAIL TO UPDATE SYSINDICES WITH STATISTICS WHEN
INDEX WAS DISABLED AND AUTO STAT MODE IS ACTIVE

Produkt:
INFORMIX SERVER / 5725A3900 / C10 - IDS 12.10
Problembeschreibung:
When AUTO_STAT_MODE is enabled in the onconfig the system 
catalog table sysindices may not be filled with the statistics 
for an index after an UPDATE STATISTICS LOW. Only the nrows 
column will then have the value current at the time of the 
update statistics run, other columns like levels, leaves, 
nunique and cluster will not have any values. 
 
This can happen when the index is created in disabled mode like 
"CREATE INDEX index_name ON TABLE table_name(column) DISABLED" 
and the UPDATE STATISTICS LOW is run while it still is disabled. 
 
When you enable the index with "SET INDEXES FOR TABLE table_name 
ENABLED" and do an UPDATE STATISTICS LOW an active 
AUTO_STAT_MODE can prevent the statistics from being updated 
when not sufficiently many changes on the table did happen after 
the last UPDATE STATISTICS LOW (depending on the STATCHANGE 
setting in the configuration). 
 
Missing statistical information can lead to inappropriate query 
plans and hence to intolerable query run times. 
 
When you add the FORCE option to your UPDATE STATISTICS LOW run 
at a time when the indexes are enabled it will ensure the 
statistics to be gathered and written to sysindices, regardless 
of the AUTO_STAT_MODE and STATCHANGE settings.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users                                                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Update to IBM Informix Server 12.10.xC6                      * 
****************************************************************
Local-Fix:
Lösung
Problem Fixed In IBM Informix Server 12.10.xC6
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
10.02.2015
19.01.2016
19.01.2016
Problem behoben ab folgender Versionen (IBM BugInfos)
12.10.xC6
Problem behoben lt. FixList in der Version
12.10.xC5.W1 FixList
12.10.xC6 FixList