Oracle connector stage and Enabled partitioned reads

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sumesh.abraham
Participant
Posts: 153
Joined: Thu May 11, 2006 1:52 am
Location: Bangalore

Oracle connector stage and Enabled partitioned reads

Post by sumesh.abraham »

Hi all,

I have rewritten a server job with a parallel job for better performance aspects. This job basically reads a sequential file and performs 5 different lookups and write the resultant data into another sequential file.

I am using Oracle connector stages for lookups as against DRS stages in Server job. We are running on 4 nodes. Currently for 'Enable partitioned reads' property, the value is No. Just wanted to see what the difference would be in terms of performance if I make 'Enable Parttitioned Reads' as Yes. I see that there are diffrent partitioned read methds as well - Rowid range, Rowid hash..etc. What should be considering if I untend to make the partitioned read as 'Yes'. Please let me know your inputs. Thanks!
Mike
Premium Member
Premium Member
Posts: 1021
Joined: Sun Mar 03, 2002 6:01 pm
Location: Tampa, FL

Post by Mike »

I've only used the feature with the DB2 Connector, but you want as even a distribution across the processing nodes as possible. Experiment with the different options.

Mike
Post Reply