Updating Statistics tables to V5.3.0
Because in Performance Database V5.3.0, the DB2PM_STAT_GENERAL table was split into two tables DB2PM_STAT_GENERAL and DB2PM_STAT_STORAGE, you must manually update Statistics tables to V5.3.0 and again to V5.4.0 as part of your update to Performance Database V5.4.0.
About this task
The V5.3.0 T/RKO2SAMP library includes two new members DGOSLMGE and DGOSLMST added with APAR PI63414 for use in the Db2 Load Utility. These two new members enable you to load V5.2.0 Statistics table data.
After you execute ALTER TABLE statements, Db2 might place the table space containing the modified data in advisory REORG-pending (AREO*) status because existing data is not immediately converted to its new definition. You can reorganize the table space to prevent possible performance degradation. When data is in REORG-pending or AREO* status, you can automatically re-organize partitions using the REORG utility with the SCOPE PENDING option - you do not need to identify which partitions need to be reorganized or customize the REORG control statement.