The "Parents" table holds the main entities that are subject to de-duplication. Each record represents a parent entity (e.g., a customer, company, or account) and includes metadata such as the number of detected duplicates, a reference to the duplicate records, and the ID of the master record that will remain after merging. It also includes a field for capturing all related child records before the merge process. This table is the central point for identifying and resolving duplicate entries.
The "Childs" table stores records that are related to entries in the Parents table. Each child is linked to a parent record, which may be affected during the merging process. These records need to be reassigned to the correct master parent when duplicates are merged. This ensures data relationships remain intact and that no child record is lost or incorrectly linked.
Any support materials, such as spreadsheets and real-life work samples would be very helpful as they would help us better understand your business process.