A Job executes slower on a JobServer using TAC compared to execution in Studio or as standalone Job.
Additional Versions
Product
Talend Data Integration
Component
JobServer
Problem Description
When executing a Job on a JobServer using TAC or Job Conductor, the execution time is slower compared to the execution time in Studio or as a standalone Job.
Problem root cause
Using a tlogRow component in the Job. tLogRow is a component that should be dedicated to the debugging.
Solution or Workaround
Deactivate or remove the tlogRow component in the Job.
Use tFileOutputDelimited or a similar component to write output.