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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multi thread execution job

i have talend open studio,

and i created a job to copy from tOracleinput to tMySQLoutput.

i tried to run after checking windows -> preference -> talend ->  multi thread execution,

but elpased time was same.

how run the job fast. is there anyway?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

Talend Open Studio does not support multi thread execution.

 

On one to improve your job performance could be to use bulk loading to MySQL instead of using a tMySQLOutput component .

Try using a tMysqlOutputBulkExec will speed up the loading to the MySQL DB.

 

BR Bp

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

Talend Open Studio does not support multi thread execution.

 

On one to improve your job performance could be to use bulk loading to MySQL instead of using a tMySQLOutput component .

Try using a tMysqlOutputBulkExec will speed up the loading to the MySQL DB.

 

BR Bp

Anonymous
Not applicable
Author

Hello,

If the 'Multi-thread exectuion' box is checked, the different subjobs in the main job will execute parallel rather than one by one, which is not used for bulk loading

Best regards

Sabrina