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: 
Rajkumar_J
Contributor III
Contributor III

Talend Job is taking more time to complete execution

Hi,

 

I am working on TOS. In this i have created a certain number of jobs and done schedule through 'windows task scheduler'.

 

My problem is, sometimes the job is getting completed within 2 mins and sometimes the same job is taking more time (approx 2 hrs) to complete the execution.

 

What is the reason for this and how could it be rectified?

Labels (2)
33 Replies
manodwhb
Champion II
Champion II

@uganesh ,Need to analyze that ,when it took long time how much data was processing comparatively when it took 2 mins to complete and when it was executing longtime other tasks are running.

Rajkumar_J
Contributor III
Contributor III
Author

I have analyzed that also, it seems to be same count 8 lakhs record.

For 8 lakhs records, sometimes it is getting completed within 2 mins and for the same amount of data it is taking more time.

Regarding execution time - the job got executed in morning when there is no updates happens in source.
manodwhb
Champion II
Champion II

@uganesh ,Ok..how was the network speed when it took long time comparatively to 2 mins time?

and as mentioned when it took long time any other jobs are executing compare  to 2 mins run?

Rajkumar_J
Contributor III
Contributor III
Author

--Network speed is same as normal run.
--Yeah, at the same time i have tried to run another job as well. It got completed within 2 mins for 5 lakhs record
manodwhb
Champion II
Champion II

@uganesh ,when it was taking long time,is it takes time to fetch data?

Rajkumar_J
Contributor III
Contributor III
Author

Yeah, it if fetching and processing the data at '12 rows/sec' or '5 rows/sec'
manodwhb
Champion II
Champion II

@uganesh ,can you analyse source statistics when that job was running long time and less time?

Anonymous
Not applicable

Hi, 

 

Q1) How many components you are having inside the talend job.

Q2) How many sub jobs are inside your main job

Q3) what are the sources, targets and lookups used and their types

 

Use TJava to print system time after each and every component. And share the log of execution  to analyze further.

Rajkumar_J
Contributor III
Contributor III
Author

-- I have used only 3 components
-- There is no sub jobs inside my main job.
-- Source - SQl and target also SQL, no lookups have been used.