ANALYTICS_STATISTICS_BASE
Description
This table stores information about analytics statistic bases.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each analytics statistic base. |
| 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. |
Foreign Key Relationships
- PERFORMANCE_STATISTICS_ANALY_0 references PERFORMANCE_STATISTICS(ID)