CACHESTATISTICS
The system table SYSINFO.CACHESTATISTICS
contains
information on accesses to caches since the last time the database instance
was started.
|
FIXED(10) |
ID of the database session if the corresponding cache is session-specific;
otherwise |
|
CHAR(20) |
Cache name |
|
FIXED(20) |
Number of accesses to the cache |
|
FIXED(20) |
Number of successful accesses to the cache |
|
FIXED(20) |
Number of unsuccessful accesses to the cache |
|
FIXED(3) |
Percentage of successful accesses to the cache (%) |
Evaluating System Tables, CACHESTATISTICS