lwd-coding

Results 3 comments of lwd-coding

不是delete from A where id = 1 而是 delete from A where id = 1 and name ="3";

这里的注释组间适配器并行运行其实是触发不到的,因为每个组都会实例化一个AdapterProcessor。。。配置多个组并行的其实是AdapterProcessor

> 您好, 刚好也在做分表数据迁移,现在的大表是雪花ID,打算用datax,他这个split支持雪花id吧? 可以的