Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: DM增量数据校验的启动时机

[Test Environment for TiDB] Testing
[TiDB Version] 6.5.0
[Question] Our business development has a real-time verification requirement during data migration. We found that the DM tool in the TiDB documentation has a real-time verification function for incremental data https://docs.pingcap.com/zh/tidb/stable/dm-continuous-data-validation. In the process description of the validation worker, it is mentioned: When the validation worker accumulates a certain number of rows or after a certain time interval, the validation worker queries the current data in the downstream database based on the primary key information of these rows and compares it with the expected data of the changed rows. The comparison trigger conditions include the number of rows and the time interval. Can these conditions be customized through the configuration file, or are they already configured in the source code and cannot be modified?