ANALYTICS_STATISTICS
Description
This table stores information about analytics statistics.
Columns
Column Name | Data Type | Description |
ID | bigint(20) | Primary key, unique identifier for each analytics statistic. |
ANALYTICS_RUN_CORE_ID | varchar(255) | The ID of the analytics run core. |
FEED_NAME | varchar(255) | The name of the feed. |
ITERATION_INDEX | smallint(6) | The index of the iteration. |
PERFORMANCE_STATISTICS_ANALY_0 | bigint(20) | Foreign key referencing the PERFORMANCE_STATISTICS table. |
FEEDBACK_STATISTICS_ANALYTIC_0 | bigint(20) | Foreign key referencing the FEEDBACK_STATISTICS table. |
Foreign Key Relationships
- PERFORMANCE_STATISTICS_ANALY_0 references PERFORMANCE_STATISTICS(ID)
- FEEDBACK_STATISTICS_ANALYTIC_0 references FEEDBACK_STATISTICS(ID)