Change Data Multicast (CDM) is a method to replicate changes between multiple systems. When enabled, CDM replicates SQL changes that are non-deterministic and can produce different results if run in parallel on different systems. CDM sends a non-deterministic SQL to one of the managed Teradata systems and then captures all the resulting data changes. It then multicasts those data changes to the rest of the participating Teradata systems. This allows Unity to replicate changes that involve non-deterministic functions like RANDOM and SAMPLE and writes to tables that include Identity columns.
- Identity Columns
- Dynamic SQL in Stored Procedures
- Non-deterministic ordering or sampling (i.e. Sample, TOP, ROWNUMBER)
- Analytic functions
When non-deterministic objects or triggers are identified, Unity processes the action on the first Teradata system, then uses CDM to send and override the values on the other systems.