Observation: Row Size Greater than Half Page Size

DB2 wastes the remainder of a page when the length of a table row is greater than half the page size of the tablespace in which it is located. This leaves the remainder of the page unused and necessitates addition I/O for multiple record queries. Consider using a tablespace with a larger page size or reducing the row size to slightly below half the page size. Doing so will cause DB2 to reduce the amount of page space used and the amount of I/O.