Job runs Longer while reading Sequential File
Posted: Wed Dec 12, 2012 5:25 pm
Hi,
I have job running more than one hour which has totally three stages as mentioned below.
Sequential File -> Transformer -> Dataset
It is reading about 12598197 records from the Sequential file and below transformation being done on most of columns in stage variables. It has totally 10 columns.
Could you please suggest me if we can reduce run time by any chance?
Thanks!
I have job running more than one hour which has totally three stages as mentioned below.
Sequential File -> Transformer -> Dataset
It is reading about 12598197 records from the Sequential file and below transformation being done on most of columns in stage variables. It has totally 10 columns.
Code: Select all
If(TrimLeadingTrailing(LkInto_Trns_Validation.STKRM_PULL_Q) <>'' And IsValid("decimal[10,0]", TrimLeadingTrailing(LkInto_Trns_Validation.STKRM_PULL_Q))) Then 1 Else 0Thanks!