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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

scaling up a job based on data load

Hi Team,

 

Is there any way where I can create a job which scale up automatically based on the load on system. Our job will run on UNIX system which is installed on Google Cloud.

 

How scaling works in talend? Do we need to define any variable or components to make it scalable? 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

Assume that My job is running for 10,000 records in dev environment. But what if I will run the same job in production with 10 Million records.  Will job invoke additional threads based on data volume?

Anonymous
Not applicable
Author

This is not a one size fits all question. Talend will not do this for, but you can build your job to make use of multiple threads when you design it. However, with multi-threaded processing you need to consider a lot of other requirements. For example (a basic scenario that might lead to problems) what if you are writing to a flat file or what if you require a strict order of output? Your job design would have to take this into account.