Entering content frame

 MONITOR_ROW 

The monitor system table MONITOR_ROW contains information about operations at row level.

Column DESCRIPTION

Value

Explanation

BD add record perm

Number of inserted rows in permanent tables

BD add record temp

Number of inserted rows in temporary tables

BD repl record perm

Number of changed rows in permanent tables

BD repl record temp

Number of changed rows in temporary tables

BD del record perm

Number of deleted rows in permanent tables

BD del record temp

Number of deleted rows in temporary tables

BD get record perm

Number of rows read in permanent tables by using a key

BD get record temp

Number of rows read in temporary tables by using a key

BD next record perm

Number of rows read in permanent tables by using the predecessor key

BD next record temp

Number of rows read in temporary tables by using the predecessor key

BD prev record perm

Number of rows read in permanent tables by using the successor key

BD prev record temp

Number of rows read in temporary tables by using the successor key

BD select direct record

Number of selected rows with key

BD select next record

Number of selected rows with predecessor key

BD select prev record

Number of selected rows with successor key

BD add to index list perm

Number of insert operations in permanent indexes

BD add to index list temp

Number of insert operations in temporary indexes

BD del from index list perm

Number of delete operations in permanent indexes

BD del from index list temp

Number of delete operations in temporary indexes

BD get index list perm

Number of accesses to permanent indexes

BD get index list temp

Number of accesses to temporary indexes

 

 

Leaving content frame