ccdw_fact_realtime_metric
This table captures real time metrics.
Column Alias | Data Type | Key | Description | Index? |
---|---|---|---|---|
metric_id | BIGINT | PK | Unique identifier for real time metrics. | Yes |
metric_name | VARCHAR(100) | Name given to the real time metric. | Yes | |
metric_value | NUMERIC | Value associated with the real time metric. | No | |
create_date | TIMESTAMP | Timestamp associated with the real time metric. | Yes |