Page 1 of 1

Startup Time is More

Posted: Wed Jan 07, 2015 11:47 am
by Nagac
Hi

I have One Parallel Job which takes around 8 mins startup time which is reading the dataset, two a shared containers one will do the Key Translation, one will write exceptions and writes into Dataset.

Similar kind of Parallel Job just takes 40Secs Startup time(uses same Shared Containers)

Can you please suggest to reduce the Startup time?

Thanks

Posted: Wed Jan 07, 2015 8:04 pm
by qt_ky
It could be due to this known issue. If so, install the patch.

viewtopic.php?t=152133

Posted: Mon Jan 12, 2015 10:29 am
by Nagac
Not exactly....

I am building brand New Jobs in 9.1. as I mentioned few jobs startup time is very less (<5secs) which uses the same Same Parallel Shared Container.

I have tested on job by removing the Funnel Stage the Startup time was decreased to half not sure what it was doing previously

My Job design is as below

Code: Select all

Seq. Stage--->Transformer--->ODBC Connector
    |                               |
Rejects--->Shared Container<---Rejects
Thanks

Re: Startup Time is More

Posted: Mon Jan 12, 2015 10:59 am
by vibwipro
Use Monitor Tab over concerned job to verify which stage is taking more time, then it can help u in analyzing logic's implemented.