Parameters related to transaction logs | Parameters related to locking


DB2 Parameters related to disk I/O


+

Search Tips   |   Advanced Search


In addition to physical disk layout, several tuning parameters can be manipulated to affect disk I/O. Two key parameters are NUM_IOSERVERS and NUM_IOCLEANERS.

One final parameter to consider in this section is MAXFILOP. It represents the maximum number of files DB2 can have open at any given time. If this value is set too low, valuable processor resources will be taken up to open and close files. This parameter needs to be monitored to be set to the correct value, but a good starting point is to set this value to 128. You can monitor this by taking a database snapshot and looking at the following line:

Database files closed = 0

If the value monitored is greater than zero, then the value for this parameter should be increased.