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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

enable parallel execution

Hi
In MssqlInput component Under Advance settings we have option "Enable parallel execution". However that option in disabled mode can any one tell how i can enable the option. 
I am using talend MDM enterprise edition 5.4.2
regards
Praveen L 
Labels (3)
3 Replies
Anonymous
Not applicable

I don't believe parallel execution is supported on the tMySQLInput component. I am not sure why the box is there but greyed out. If you think about it, there aren't many situations where reading in parallel be of any use to you unless you want to parallelize the whole subjob. In which case you can use the tParallelize component. 
Writing is a different matter and that is supported. There are several reasons why you might want to increase the write performance by getting the component to write in parallel. However if data order is important to you, I would be careful with this.
_AnonymousUser
Specialist III
Specialist III
Author

Hi Richard
Thank you for the update. Does parallel execution not supported by any of the the database input component(tmsqlinput,toacleinput,tmysqlinput). because i see this option in every component but they are in active.
regards
Praveen L 
Anonymous
Not applicable

It is not well documented, but I do not believe so.