stat_vers_daily
The stat_vers_daily table contains daily metrics information on iProcess and Object Server version details.
Structure
The stat_vers_daily table has the following structure:
| TABLE stat_vers_daily( | ||||
|
|
| INT | |
|
|
| , | |
|
|
| INT | |
|
|
| VARCHAR(256) | , |
|
|
| VARCHAR(32) | , |
|
|
| VARCHAR(64) | , |
|
|
| VARCHAR(256) | ) |
|
Column |
Description |
|
|
Generated sequence number |
|
|
Date and time when these details were captured/ recorded. |
|
|
Machine ID |
|
|
Name of the Machine |
|
|
iProcess Engine version |
|
|
iProcess Objects Server version |
|
|
OS version details |
Primary Key
None
Foreign Keys
The following foreign key is defined for this table.
|
Key Name |
Column(s) |
Referenced in Table... |
|
|
|
node_cluster |
Indexes
The following index is defined for this table.
|
Index Name |
Column(s) Indexed |
|
|
|
Table Activity
The stat_vers_daily table contains one record for every minute 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 |