Page 1 of 1

Time in job compilation

Posted: Tue Sep 02, 2008 10:21 pm
by getsatish_gk
How to improve time in job compilation?
takes 30min to compile and 1.5 min to run the same job.

Its medium job complexity
please let me any bottlenecks to get ride off.
:?

Posted: Tue Sep 02, 2008 10:24 pm
by ray.wurlod
No idea. Where are the bottlenecks? What (more precisely than "medium complexity") is in the job design? Lots of Build or Transformer stages? These take longer to compile because of the need to create C++ source code and compile and link that in a way that is callable from the main step (job) flow. These are all additional operations that take compilation time, but have little impact on execution time, which seems to be what you are observing.