Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Kindly advise.
Does Talend have any parameter settings to enable multi threaded migration from one table to other (with out explicitly creating multiple jobs).
Warm Regards,
Rajeswary S
Multithreading is not necessarily the best choice to optimize dataloading into a single table because of possible deadlocks (depending on your scenario).
You should consider bulk option for your target database engine.