COMMANDCACHESTATISTICSRESET
The system table SYSINFO.COMMANDCACHESTATISTICSRESET
contains the statistical information collected about the command cache activities since the last RESET COMMANDCACHESTATISTICS
or RESET ALL
. The command
cache contains the SQL statements and their execution plans shared by different database sessions (the following refers to the SQL statement and execution plan collectively as a command).
|
TIMESTAMP |
Time of the last RESET for these entries |
|
FIXED(10) |
Size of the command cache (KB) |
|
FIXED(10) |
Maximum used area of the command cache (KB) |
|
FIXED(3) |
Maximum used area of the command cache (%) |
|
FIXED(10) |
Maximum number of stored commands |
|
FIXED(10) |
Number of inserts |
|
FIXED(10) |
Number of deletions |
|
FIXED(10) |
Number of memory requests not fulfilled |
|
FIXED(10) |
Number of operations that encountered a lack of space in the main memory |
|
FIXED(10) |
Number of commands modified due to lack of space in the main memory |
|
FIXED(10) |
Number of data definition statements that made execution plans invalid |
|
FIXED(10) |
Number of SQL statements displaced to disk |
|
FIXED(10) |
Number of SQL statements reloaded to the main memory |
|
FIXED(10) |
Number of execution plans deleted due to lack of space in the main memory |
|
FIXED(5) |
Maximum number of used slots in the hash table |
|
FIXED(5) |
Maximum length of the hash entry overflow chains |