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: 
max033
Contributor
Contributor

How to capture iteration level statistics in a job

My talend job inserts around 8 tables in a iterative manner using tflowtoiterate. I would like to capture statistics such as how long a particular table took to insert. I was thinking if i could capture the time taken by each iteration then it would be equivalent to the time taken to load a table. Please let me know if there is a way to capture this information or any other way.

Labels (3)
1 Reply
manodwhb
Champion II
Champion II

@Manoj Depur​ , After tflowtoiterate rest all the logic make as a separate job and in that separate job you capture the statistics , the tflowtoiterate global variables you can pass as contexts to that separate job in tRunJob compoent.

 

Thanks,

Manohar