From v9.5 manual:
---------------------------
Prior to Version 9.5, the keyword FILE SYSTEM CACHING was implied if neither NO FILE SYSTEM CACHING nor FILE SYSTEM CACHING was specified. With Version 9.5, if neither keyword is specified, the default, NO FILE SYSTEM CACHING, is used. This change affects only newly created table spaces. Existing table spaces created prior to Version 9.5 are not affected. This change applies to AIX, Linux®, Solaris, and Windows with the following exceptions, where the default behavior remains to be FILE SYSTEM CACHING:
AIX JFS
Solaris non-VxFS
Linux for System z®
All SMS temporary table space files
Long Field (LF) and Large object (LOB) data files in SMS permanent table space files
---------------------------
I wonder why filesystem caching is enabled for SMS temporary tablespaces and disabled for DMS temporary tablespaces. Customer reported that reorg times increased after enabling CIO (I believe it was done at the filesystem level using the mount command). I don't have any other details at this time.
Do you think tempspace's bufferpool needs to be increased after disabling filesystem caching?