View Revisions: Issue #6727
Summary | 0006727: Include primary key transforms in the Compare and Repair process | ||
---|---|---|---|
Revision | 2025-02-13 13:53 by pbelov | ||
Description | Include primary key transforms in the Compare and Repair process | ||
Revision | 2025-03-31 19:52 by elong | ||
Description | Include primary key transforms in the Compare and Repair process. Use case is the source_node_id is added by a transform when syncing data from a store node to central node. | ||
Revision | 2025-02-13 13:53 by pbelov | ||
Steps To Reproduce | Create table at the store node Create same table + PK transform at the central server node Run Compare and Repair for this table |
||
Revision | 2025-03-31 19:52 by elong | ||
Steps To Reproduce | Create table at the store node Create same table with addition of source_node_id to PK via transform at the central server node Run Compare and Repair for this table |