ANALYTICS_RUN_CORE_ITERATION
Description
This table stores information about analytics run core iterations.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each analytics run core iteration. |
| ANALYTICS_RUN_CORE_ID | bigint(20) | Foreign key referencing the ANALYTICS_RUN_CORE table. |
| END_DATE_TIME_ITEM | datetime | The end date and time of the iteration. |
| FEED_NAME | varchar(255) | The name of the feed. |
| ITERATION_INDEX | int(11) | The index of the iteration. |
| START_DATE_TIME_ITEM | datetime | The start date and time of the iteration. |