Subject Area Name
|
Definition
|
230 - Rules
|
Statistics on Rule usage.
|
|
ER Diagram Name
|
Physical Display Level
|
|
Logical
|
Column
|
|
Physical
|
Column
|
|
Physical Name
|
Entity/Table Name
|
Logical Only
|
Do Not Generate
|
Definition
|
|
|
rule_usage_statistic
|
Rule Usage Statistic
|
false
|
false
|
A table that records statistics on rule usage.
|
|
|
Physical Name
|
Attribute/Column Name
|
Definition
|
Physical Data Type
|
|
|
rule_usage_stat_id
|
Rule Usage Statistic Id
|
The automatically generated primary key of the rule_usage_statistic table.
|
bigint
|
|
|
defn_uuid
|
Definition UUID
|
The rule definition id.
|
varchar(255)
|
|
|
last_hit_timestamp
|
Last Hit Timestamp
|
The time of the last hit
|
datetime
|
|
|
hit_ct
|
Hit Count
|
Count of hits.
|
int
|
|
|
impact_ct
|
Impact Count
|
The count of the impact
|
int
|