select id from xxx where id>12345544 and limit 10000,1;
select id,name,msg from xxx where id>12345544 and id<=12445544;
flush table xxx with read lock
lock table xxx read
insert into xxx (id,name,msg) valus (xxx);
alter table xxx add index xxx;
To evaluate the impact on the source database, you can create a test task and adjust the migration policy by using rate limiting or run the test during off-peak hours.