Talend job running with slow transfer rate
问题 I am new to talend and have very limited experience in it , My task required to perform daily incremental update from sql rds to redshift on daliy basis, however my job runs with very slow transfer rate details are listed below my sql rds query is SELECT * FROM test.ankit2 WHERE id > (SELECT COALESCE(max(id), 0) as id FROM test.stagetable) ankit2 is the table in myrds and stagetable is table in redshift and used tmap component to link the component from rds input to redshift output component