PERFORMANCE_STATISTICS
Description
This table stores performance statistics.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the performance statistics. |
| AVERAGE_PERFORMANCE_VALUE | double | The average performance value. |
| END_DATE_TIME_ITEM | datetime | The end date and time of the item. |
| KIND | varchar | The kind of the item. |
| START_DATE_TIME_ITEM | datetime | The start date and time of the item. |
| TARGET_ENTITY_UEL_EXPRESSION | varchar | The UEL expression for the target entity. |