Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
@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