Datastage Sparse look up on varchar fields.
Posted: Mon Jan 18, 2010 5:54 pm
Hi ,
We have one job ,it is designed such away that to fed in coming data volume is less.But all of sudden due to new requirements,data volume is coming very high twice in week and job is running very long .
design
dataset-> sparse look up-> transformer-> table
here the sparse look is with the table and the query is to pull the two fields that is
select A,B from C where A=Orchestrate.D
here A and D are varchar fields
and want to pass the D also to the next stage transformer.Since they want both fields ,not able to use join and both are VARCHAR fields.
In normal scenario data will be less than 1000 records and completes fine with in 10 min,but when we get 150k to 300k it is taking 7 to 15 hours to complete.Can you please help me out changing the job design
We have one job ,it is designed such away that to fed in coming data volume is less.But all of sudden due to new requirements,data volume is coming very high twice in week and job is running very long .
design
dataset-> sparse look up-> transformer-> table
here the sparse look is with the table and the query is to pull the two fields that is
select A,B from C where A=Orchestrate.D
here A and D are varchar fields
and want to pass the D also to the next stage transformer.Since they want both fields ,not able to use join and both are VARCHAR fields.
In normal scenario data will be less than 1000 records and completes fine with in 10 min,but when we get 150k to 300k it is taking 7 to 15 hours to complete.Can you please help me out changing the job design