Hi,
With sqlPatchFilePath property, I see the correct result with the patch file.
However, for synching data between source and target, I need to run the patch file but here it takes a lot of time to run 1 Million rows ( INSERT ).
I think if I could save sink result into database table, I could come up with more faster way for doing that.
Anyone has an example to do that?
I went over the DKMagicPlanRules.java but I couldn't find the correct way.
Thanks in advance.