Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am new to Talend ETL, I do have the same problem, I am trying to clear the table before inserting the data, it takes hours and didn't complete the job. Do you have any suggestion for this issue?
Hi,
If you would like to just clear the entire table before data load (keeping the table structure without drop), you can use the Truncate Table option in the Action on table. It will be faster compared to clear table as no DB logs will be generated in this option.
Warm Regards,
Nikhil Thampi