Summary of the "metricevents_" fields in ListManager
This table stores data about performance for ListManager. Generally every minute aggregate data is saved into this table about events listed in the performancemetrics_ table. These can then be used to create charts or otherwise analyze performance.
Primary key: none
Key_ |
The key for this event, from the performancemetrics_ table. (int, NOT NULL) |
SubKey_ |
A secondary piece of information to make a unique key. (varchar (100), NULL) |
Value_ |
The actual data value. (int, NOT NULL) |
When_ |
The time and date of this event (datetime, NOT NULL) |
![]() ![]() |