EDM Pool window
Use the EDM Pool window to examine statistics on the efficiency of the EDM buffer pool, and to determine the size of the EDM pool for optimum system performance.
To display this window, select
EDM Pool
from the DB2® Statistics Detail panel.
The EDM pool size should be large enough to store the cursor tables (CTs), package tables (PTs), and database descriptors (DBDs) for the most frequently used applications.
The following list describes some of the important
fields that are shown in this panel:
- EDM Pool pages in use (%)
- The percentage of the EDM pool pages that are in use. If this
percentage is consistently less than 50%, the EDM pool size is probably
too large. The size can be reduced without affecting the efficiency
ratios (
CT requests/CT not in EDM pool
,PT requests/PT not in EDM pool
, andDBD requests/DBD not in EDM pool
) significantly. However, driving the EDM pool toward 100% usage can cause performance problems.EDM pool use varies during the day. It is not only the pages that are in use, but also the pages that are not in use, waiting to avoid I/O, that are important for performance.
- CT requests/CT not in EDM pool
- Ratio of number of requests for CT sections and number of times CT sections were not already in the EDM pool.
- PT requests/PT not in EDM pool
- Ratio of number of requests for PT sections and number of times PT sections were not already in the EDM pool.
- DBD requests/DBD not in EDM pool
- Ratio of number of requests for DBDs and number of times DBDs were not already in the EDM pool.