Here's an update from IBM:
For db2 8.2 on AIx 5.2, maintenance level 3 as well as a minimum C++
runtime level of: xlC.rte 6.0.0.0 and xlC.aix50.rte 6.0.0.5 are
prerequisites. You can fonrim the prerequisites here:
http://www-1.ibm.com/support/docview...id=swg21181544
Please let me know if performance problem persists after installing these
APARs:
IY49346, IY49129 and IY56024, IY59082, IY48339, IY49304
Also:
One can use GET SNAPSHOT in order to find out if caching is enabled for the db2 tablespaces or not.
Please use command GET SNAPSHOT to get snapshot of all the tablespaces on
your database.
db2 connect to <database>
db2 get snapshot for tablespaces global
I issued the get snapshot for tablespaces on db-alias global and even though the filesystems were mounted with cio option, the snapshot showed that file system caching is Yes.
After issuing an ALTER TABLESPACE ... NO FILE SYSTEM CACHING the snapshot showed that file system caching is No.
(I await the AIX 5.2 maintenance level to be upgraded. Without the fixes, we experienced poorer performance and other issues with cio option activated.)