FAFEVENTDATACACHE
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
EVENTID | uniqueidentifier | |||
CACHEKEY | nvarchar(512) | Default = '' | ||
DATA | xml | |||
EXPIRATIONDATE | datetime | |||
ISCALCULATING | bit | Default = 0 | ||
DATEADDED | datetime | Default = getdate() | ||
DATECHANGED | datetime | Default = getdate() | ||
TS | timestamp | |||
TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_FAFEVENTDATACACHE_DATEADDED | DATEADDED | yes | ||
IX_FAFEVENTDATACACHE_DATECHANGED | DATECHANGED | |||
PK_FAFEVENTDATACACHE | ID | yes | yes | |
UIX_FAFEVENTDATACACHE_EVENTID_CACHEKEY | EVENTID, CACHEKEY | yes |
Triggers
Trigger Name | Description |
---|---|
TR_FAFEVENTDATACACHE_AUDIT_UPDATE | |
TR_FAFEVENTDATACACHE_AUDIT_DELETE |