Footprints Data Model |
Table |
Name | rule_usage_statistic |
Comment | A table that records statistics on rule usage. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
rule_usage_stat_id | bigint | The automatically generated primary key of the rule_usage_statistic table. | Yes | No |
defn_uuid | varchar(255) | The name of the Rule Usage Statistic. | No | No |
last_hit_timestamp | datetime | The time of the last hit | No | No |
hit_ct | int | Count of hits. | No | No |
impact_ct | int | The count of the impact | No | No |