Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Job Performance tuning

Hello,
I am new to Talend and would like to ask some questions on various topics.
The very first issue I ran into is poor job performance.
I have a simple job which reads Excel file, single tab and loads the data into a table (MySQL database).
Job consists of the following components:
tFileInputExcel --> tMap --> tMysqlOutput.
Current speed is 1 row per second which is totally un-acceptable. I need to load files with tens of thousands of rows.
Thank you for your help!
Peter.
Labels (3)
1 Reply
Anonymous
Not applicable

Hi
It is unacceptable speed, try to use a tLogRow or tFileOutputDelimited replace tMysqlOutput and check if it is db connection problem. If not, export the job and reinstall TOS, test again.
Best regards
Shong