METRIC
This table holds the defined resource metrics used in Resource Value Unit (RVU) tracking.
Column Descriptions:
| Name | Type | Description |
|---|---|---|
| METRIC_ID | SMALLINT NOT NULL | The unique identifier of the resource metric. |
| NAME | VARCHAR(32) NOT NULL | The name of the resource metric. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented. |
Indexes:
| Name | Column Names | Type |
|---|---|---|
| P_METRIC | P_METRIC | Primary Key |