I am trying to import data incrementally into TiDB using the Syncer tool. I am wondering if I frequently execute DDL statements, will it affect the data synchronizing speed?
Asked
Active
Viewed 34 times
1 Answers
0
Yes, it will. Syncer will first finish executing all the DML statements ahead, and then execute the DDL statements. And Syncer won’t start executing new DML statements until it finishes executing the DDL statements.

Caitin Chen
- 151
- 1
- 10