HISTORYCLEANUPSTATISTICS
The system table SYSINFO.HISTORYCLEANUPSTATISTICS
contains
details about the activities which have taken place since the last database
system start and which belong to tasks that delete information.
|
FIXED(10) |
ID of the task |
|
CHAR(3) |
Task is currently active (YES | NO) |
|
FIXED(20) |
Number of activations of this task |
|
FIXED(20) |
Number of objects deleted via this task |
|
FIXED(20) |
Number of table lines deleted via this task |
|
FIXED(20) |
Number of index entries deleted via this task |
|
FIXED(20) |
Number of history entries deleted via this task that are no longer required |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to CREATE objects |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to INSERT objects |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to UPDATE objects |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to DELETE objects |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to UPDATE FOR LOCK objects |
|
FIXED(20) |
Number of pages released due to deletion of the last object stored on them |
|
FIXED(20) |
Number of pages released due to deletion of complete containers |
|
FIXED(20) |
Number of history entries deleted via this task that pertain to CREATE containers |
|
FIXED(20) |
Number of deleted containers |
|
FIXED(20) |
Number of table or index trees deleted via this task |
Concepts of the Database System, How Databases Log Data Changes