DB2 Performance Advice: Read Time(ms)

This metric shows the average read time duration as computed by ((POOL_READ_TIME ms) / (POOL_DATA_P_READS + POOL_INDEX_P_READS)).

Average Read Time can be improved by:

  1. Eliminating scans from the statement workload. The less prefetch asynchronous I/O that DB2 performs, then less demand will be placed upon disk drives and controllers and performance will improve.
  2. Ensuring that tablespace containers have equal sizes (DMS) and are distributed across available disk drives. The last thing you want is multiple containers on the same disk, or containers placed on OS paging devices.

To reduce average read times: