stat_proc_daily
The stat_proc_daily table contains daily metrics information on procedures and total live and closed cases.
Structure
The stat_proc_daily table has the following structure:
| TABLE stat_proc_daily( | ||||
|
|
| INT | , |
|
|
| , | |
|
|
| VARCHAR | , |
|
|
| VARCHAR | , |
|
|
| INT | , |
|
|
| INT | , |
|
|
| VARCHAR | , |
|
|
| VARCHAR | , |
|
|
| , | |
|
|
| INT | , |
|
|
| INT | ) |
|
Column |
Description |
|
|
Generated sequence number. |
|
|
Date and time when these details were captured/recorded. |
|
|
Name of the Procedure |
|
|
Flags to represent status |
|
|
Major number in the Procedure version |
|
|
Minor number in the Procedure version |
|
|
First step of the Procedure |
|
|
Procedure directory name |
|
|
Largest case number of the case created associated to this Procedure |
|
|
Total Number of cases on this Procedure |
|
|
Number of dead cases on this Procedure |
Primary Key
None
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
Table Activity
The stat_proc_daily table contains one record for every hour the server is running and recording data.
Rows are added, updated and deleted in the following situations.
|
A row is... |
When... |
|
added |
Rows are added every day |
|
updated |
Never |
|
deleted |
After the configured retention period defined by process attribute (value is in days). METRICS_DATA_DAILY_KEEP |