Joining to DB2 on Mainframes

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
k_vk2000
Participant
Posts: 1
Joined: Thu Nov 12, 2009 12:12 pm

Joining to DB2 on Mainframes

Post by k_vk2000 »

Hi All,

I have a source which is in Oracle DB and will have 1000 records which needs to Join with DB2 which is on Mainframes. The amount of Data Present in the DB2 Table are 8 billions.There is no search criteria provided so that we can fetch only subsetpart.

The Jobs are taking lot of time as fetching of Huge Data and then Joining.

We are using DB2 API . There is no possiblity of using the Sparse look up also as we cannot use in Mainframes.

Can any one help us how to fine tuned these Jobs.

Thanks a lot.

Regards
Vijay
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If "they" have given you no means to select a subset, then you are limited to processing all eight billion rows. That's just how it is. Read (select) only the columns that you actually need in the job design.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply