Process Type | Process Steps |
---|---|
Match and Merge | Matches records and then merges the matching records based on the match model configuration. The match and merge process type contains the following steps:
|
Match Only | Matches records based on the match model configuration. The match only process type contains the following steps:
|
Merge Only | Merges the matching records based on the match model configuration. The merge only process type contains the following steps:
|
Reset the Matched Records | Resets the matched records that are not yet merged. The reset the matched records process type contains the following steps:
|
Metric Name | Metric ID | Description |
---|---|---|
Total Records | MATCH_TOTAL_RECORDS | The total number of records that the step processed. |
Skipped Records | MATCH_SKIPPED_RECORDS | The number of records that the step skipped because of data errors, such as data type mismatch. Fix the data errors so that the job can process the records. |
Failed Records | MATCH_FAILED_RECORDS | The number of records that failed to match because of internal errors. |
N/A | TOTAL_MATCH_JOBS | The total number of internal jobs that run to complete the match step. Note: To view this metric, copy the detailed metrics of this step in the JSON format. |
Metric Name | Metric ID | Description |
---|---|---|
Records Pairs for Automatic Merge | MATCH_DECLARATIVE_AUTO_MERGE_PAIRS | The number of record pairs that will automatically merge. |
Nonmatching Record Pairs | MATCH_DECLARATIVE_NEVER_MERGE_PAIRS | The number of record pairs that didn't match. |
Record Pairs for Manual Review | MATCH_DECLARATIVE_STEWARD_REVIEW_PAIRS | The number of record pairs that require manual review based on declarative rules. |
Metric Name | Metric ID | Description |
---|---|---|
Total Record Pairs | MATCH_AI_MODEL_EVALUATION_PAIRS | The total number of record pairs available. |
Records Pairs for Automatic Merge | MATCH_AI_AUTO_MERGE_PAIRS | The number of record pairs that will automatically merge. |
Nonmatching Record Pairs | MATCH_AI_NEVER_MERGE_PAIRS | The number of record pairs that didn't match. |
Metric Name | Metric ID | Description |
---|---|---|
Total Record Pairs | number_of_match_pairs_read | The number of record pairs that the step processed. |
Failed Groups | number_of_groups_that_failed_to_merge | The number of record pair groups that didn't merge due to internal errors, such as database connection errors. |
Successful Groups | number_of_groups_merged | The number of record pair groups that the step successfully merged. The metric doesn't include the groups that require manual review and approval. |
Pending Groups | number_of_pending_groups | The number of record pair groups that require manual review and approval. |
Consolidated Record Pairs | number_of_match_pairs_state_updated | The number of record pairs that the step set to the CONSOLIDATED state to indicate that these records are successfully merged. |
N/A | number_of_groups | The total number of record pair groups that the step created. Note: To view this metric, copy the detailed metrics of this step in the JSON format. |
Metric ID | Description |
---|---|
SEARCH_INDEX_TOTAL_RECORDS | The total number of records that the step processed. |
SEARCH_INDEX_FAILED_RECORDS | The number of records that failed to index. |
OVERVIEW_SUCCESS_RECORDS | The number of records that are indexed for search requests. |
SEARCH_INDEX_UPSERT_SUCCESS | The number of records for which the search indexes are added or updated. |
SEARCH_INDEX_UPSERT_FAILURE | The number of records that failed to index for search. |
SEARCH_INDEX_DELETE_SUCCESS | The number of records whose indexes were deleted. |
SEARCH_INDEX_DELETE_FAILURE | The number of records whose indexes failed to be deleted. |
Metric ID | Description |
---|---|
TOTAL_PAIRS | Number of record pairs that are available for manual review. |
NUMBER_OF_GROUPS | Number of groups that the step processed. |
NUMBER_OF_MATCH_PAIRS_READ | Number of record pairs that are available for manual review. |
number_of_pairs_exceeding_limit | Number of record pairs that exceeds the processing limit of 1,000,000 record pairs. |
number_of_groups_exceeding_limit | Number of groups that exceeds the processing limit. of 100,000 groups. |
Metric ID | Description |
---|---|
MATCH_TOTAL_RECORDS | The total number of records that step processed. |
MATCH_FAILED_RECORDS | The number of records that failed to reset. |
TOTAL_FAILED_STATE_TRANSIT_COUNT | The number of records that failed to reset as the record state didn't change. |
TOTAL_MATCH_PAIRS_DELETED_COUNT | The number of match pairs that the step deleted after resetting the state of records. |
TOTAL_RECORDS_RESET_STATE_TRANSIT_COUNT | The number of records for which the step reset the record state. |