aggregationDomain
The aggregationDomain table records the timestamps of when the last aggregation for an entity was done. If an entity is already up to date, it is not updated again.
The following table describes the aggregationDomain table.
Column name | Type | Constraints | Description |
---|---|---|---|
entityId | 32-bit integer | Foreign key Primary key Not null |
Automatically incremented ID that provides a unique value for each entity across all domains. |
domainMgrId | 32-bit integer | Foreign key Primary key Not null |
The identifier of the domain from the domainMgr table. |
createTime | Not null |
The time that the entity was created. | |
changeTime | Not null |
The time that the entity was updated. |