MONITOR_LOAD
This monitor system table <DATABASE_SYSTEM_ADMINISTRATOR>.MONITOR_LOAD
contains information about executed SQL statements and access methods.
Value |
Explanation |
|---|---|
|
Seconds since last initialization of the system table |
|
Number of executed SQL statements |
|
Number of parsed SQL statements |
|
Number of SQL statements that were parsed again after metadata was changed |
|
Number of executions of previously parsed SQL statements |
|
Number of executed COMMIT statements |
|
Number of executed ROLLBACK statements |
|
Number of executed LOCK and UNLOCK statements |
|
Number of SQL statements for opening a subtransaction |
|
Number of SQL statements for closing a subtransaction |
|
Number of SQL statements for rolling back a subtransaction |
|
Number of executed SQL statements for creating database objects |
|
Number of executed SQL statements for altering database objects |
|
Number of executed SQL statements for dropping database objects |
|
Number of executed SQL statements for accessing data |
|
Number of rows that were read when accessing data |
|
Number of rows that were read when accessing data and that satisfied conditions |
|
Number of executed SQL statements for inserting rows |
|
Number of rows inserted |
|
Number of executed SQL statements for updating rows |
|
Number of rows read when updating data |
|
Number of rows updated |
|
Number of executed SQL statements for deleting rows |
|
Number of rows read when deleting data |
|
Number of rows deleted |
|
Number of database procedures executed |
|
Number of external database procedure calls |
|
Number of triggers executed |
|
Number of external trigger calls |
|
Number of search operations with direct access via the key |
|
Number of search operations with direct access via the key and IN search conditions |
|
Number of search operations with access via the key and subqueries |
|
Number of rows that were read by direct access using the key and that satisfied conditions |
|
Number of rows that were read by direct access using the key and that satisfied conditions |
|
Number of search operations with accesses within a range of keys |
|
Number of rows read within a range of keys |
|
Number of rows read within a range of keys that satisfied the condition |
|
Number of search operations with accesses to an index |
|
Number of search operations with accesses to an index and IN search conditions |
|
Number of search operations with accesses to an index and subqueries |
|
Number of index searches |
|
Number of rows that were indirectly accessed via an index |
|
Number of rows that were indirectly accessed via an index and that satisfied the condition |
|
Number of search operations using an index range |
|
Number of rows that were indirectly accessed via an index using an index range |
|
Number of rows that satisfied the condition that were indirectly accessed via an index using an index range |
|
Number of search operations completely or partially satisfied by an index without accessing the corresponding base table rows |
|
Number of search operations with an IN strategy completely or partially satisfied by an index without accessing the corresponding base table rows |
|
Number of search operations with a subquery strategy completely or partially satisfied by an index without accessing the corresponding base table rows |
|
Number of keys accessed within the search operations denoted in ISOLATED INDEX ACCESSES |
|
Number of keys that were accessed within the search operations denoted in ISOLATED INDEX ACCESSES and that satisfied the condition |
|
Number of search operations using a part of an index with values within a range without accessing the rows of the base table |
|
Number of primary/secondary keys accessed within the search operations denoted by ISOLATED INDEX RANGE ACCESSES |
|
Number of primary/secondary keys that were accessed within the search operations denoted by ISOLATED INDEX RANGE ACCESSES and that satisfied the condition |
|
Number of search operations through the whole base table |
|
Number of rows that were accessed within search operations through the whole base table |
|
Number of rows that were accessed within search operations through the whole base table and that satisfied the condition |
|
Number of search operations for which a complete index was accessed without accessing rows of the base table |
|
Number of index rows accessed within the search operations described under ISOLATED INDEX SCANS |
|
Number of index rows that were accessed within the search operations described under ISOLATED INDEX SCANS that satisfied the condition |
|
Number of sorting operations in the main memory to build temporary indexes |
|
Number of rows read to build temporary indexes |
|
Number of sorting operations by inserts |
|
Number of rows inserted during the sorting operation |
|
Number of joins using the hash procedure (hash joins) |
|
Number of hash joins that failed due to memory problems |
|
Number of hash joins that failed due to buffer being too small |
|
Number of joins constructed using parallel index read procedure |
|
Number of joins constructed using standard algorithms |
|
Number of joins constructed using operator algorithms |
Concepts of the Database System, SQL Optimizer, Search Strategies for Key Column Search Conditions, Search Strategies for Indexed Column Search Conditions, SUBQ CONDITION FOR KEY, SUBQ CONDITION FOR INDEX