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
Joining to DB2 on Mainframes
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.