This topic provides information on the SumTableLastLoad table.
SumTableLastLoad
This table is used by the summarization process to determine what data needs to be read incrementally.
NOTE:
Do not modify this table unless you want to restate the summary tables. Incorrectly modifying the values in this table can result in the summarization process double counting or dropping data.
| Column | Description |
|---|---|
| TableName | The source table name. |
| LastId | The last ID processed from the source table, if an integer ID exists for that table. |
| LastUpdateDate | The date of the last row processed from the source table. |