FAI_INSIGHT_METRICS
This table contains metrics aggregations from insight evaluation runs.
Details
-
Schema: FUSION
-
Object owner: FAI
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FAI_INSIGHT_METRICS_PK |
METRIC_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| METRIC_ID | NUMBER | 18 | Yes | Foreign key to the FAI_GENAI_METRICS table. | |
| INSIGHT_RUN_ID | NUMBER | 18 | Yes | Foreign key to the FAI_INSIGHT_RUNS table. | |
| INSIGHT_ID | NUMBER | 18 | Yes | Foreign key to the FAI_INSIGHTS table. | |
| WORKFLOW_EXECUTION_ID | NUMBER | 18 | Yes | Foreign key to the FAI_WORKFLOW_EXECUTIONS table. | |
| EXECUTION_GROUP_NUMBER | VARCHAR2 | 200 | Yes | Foreign key to the FAI_WORKFLOW_EXECUTIONS table. | |
| TRACE | VARCHAR2 | 200 | Foreign key to the FAI_WORKFLOW_EXECUTIONS table. | ||
| INTENT_CODE | VARCHAR2 | 200 | Yes | Foreign key to value in the JSON CLOB INSIGHT_SPEC column in the FAI_INSIGHTS table. | |
| WORKFLOW_EXECUTION_DATE | TIMESTAMP | Yes | Foreign key to the FAI_WORKFLOW_EXECUTIONS table CREATION_DATE column. | ||
| METRIC_NAME | VARCHAR2 | 200 | Yes | Foreign key to the FAI_GENAI_METRICS table. | |
| METRIC_VALUE | NUMBER | 18 | Foreign key to the FAI_GENAI_METRICS table. | ||
| METRIC_VERSION | VARCHAR2 | 100 | Foreign key to the FAI_GENAI_METRICS table. | ||
| METRIC_STATUS | VARCHAR2 | 80 | Yes | Foreign key to the FAI_GENAI_METRICS table. | |
| XTR_DATA | CLOB | Any JSON data required for quick feature delivery. Used in lieu of datamodel changes in release n+1 so that datamodel changes can be implemented for performance or technical fixes in release n+2. Leave off BOSS objects until required for this purpose. Remove from BOSS objects once this datamodel is modified. | |||
| XTR_RAW | CLOB | Any data needed that is not in any format known at runtime. Can be used for error recovery and keeping data out of the logs. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FAI_INSIGHT_METRICS_N1 | Non Unique | Default | CREATION_DATE |
| FAI_INSIGHT_METRICS_N2 | Non Unique | Default | METRIC_STATUS |
| FAI_INSIGHT_METRICS_N3 | Non Unique | Default | METRIC_ID, METRIC_VERSION |
| FAI_INSIGHT_METRICS_N4 | Non Unique | Default | INSIGHT_ID, METRIC_ID |
| FAI_INSIGHT_METRICS_U1 | Unique | Default | METRIC_ID |