Read 4.5 GB data

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
arshi
Participant
Posts: 50
Joined: Wed Apr 18, 2007 5:12 am

Read 4.5 GB data

Post by arshi »

Hi,

In some of my jobs I need to take a lookup of file (Text file) with around 4 GB of data.
(1) Hashed file stage wonot accept 4GB of data .So,I am going to Table lookup option instead of Hashed file.Is there any other way to do the lookup?

(2) What is the solution for performance issue.

We are using,
Datastage : Server Edition 7.5.1.A
DB : Oracle

Can any one tell which one is the best option to read the 4GB of data ?


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

Post by ray.wurlod »

Hashed file can be resized to use 64-bit addressing, then it will accept 4GB data, indeed up to 0.19 PB of data if the O/S permits.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As noted, a hashed file can accept that much data. However, for that volume, you would probably be better off loading it into a work table and joining in your source database, if that's possible.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply