CATALOGCACHESTATISTICS
The system table SYSINFO.CATALOGCACHESTATISTICS
contains
information about actions and the status of the catalog cache since the database
system was started.
|
FIXED(20) |
Number of objects removed from the catalog cache due to insufficient memory |
|
FIXED(10) |
Number of objects currently in the catalog cache |
|
FIXED(10) |
Maximum number of objects in the catalog cache at any time |
|
FIXED(20) |
Number of insertions into the LRU list |
|
FIXED(20) |
Number of deletions from the LRU list |
|
FIXED(10) |
Number of objects marked as invalid because a DDL statement leads to inconsistencies |
|
FIXED(10) |
Number of objects marked as invalid due to a timeout |
|
FIXED(10) |
Number of entries currently stored in the LRU list |
|
FIXED(10) |
Number of objects marked as invalid currently in the catalog cache |
Glossary, Catalog Cache