Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: DM:是否支持多个DM任务,同步数据到下游的同一个库的不同表?
Does it support such scenarios?
Scenario 1:
There are 10 tables in the upstream database. I start two DM tasks: one task synchronizes 6 tables to the downstream TiDB database, and the other task synchronizes 4 tables to the downstream TiDB database.
The downstream database synchronized by the two tasks is the same.
Scenario 2:
There are 10 tables in the upstream database. I start one task to synchronize 5 tables to the TiDB database [tidb_user]. At this point, there is a new requirement to [add] one more table.
What methods do I have to synchronize this one table’s data to [tidb_user]?
Should I create a new task? Or resynchronize all 6 tables? Or modify the original task to add the 6th table?