Background documentationCatalog Cache Hit Rate Locate this document in the navigation structure

 

Catalog cache hitrate <percentage>%, <number> of <number> accesses failed

Explanation

The hit rate is too low when accessing the catalog cache in which the parsed SQL statements are administered. In a running database application, the catalog cache hit rate should be about 90%. If new program components or programs are started, the hit rate can drop temporarily to a low level. However, the average over a 15-minute period should not drop below 85%.

User Response

The size of the catalog cache should be about 100 pages for each database session. You can check this using the general database parameter MaxUserTasks and the special database parameter TaskSpecificCatalogCacheMinSize.

The catalog cache is enlarged dynamically by the active database sessions, and released again with a RELEASE statement. You can determine the current cache sizes using the SQL statement SELECT * FROM CONNECTEDUSERS.

If sessions need significantly more than 100 pages, we recommend that in the medium term you increase the catalog cache accordingly, memory permitting.