Scratch Space Size

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pkothana
Participant
Posts: 50
Joined: Tue Oct 14, 2003 6:12 am

Scratch Space Size

Post by pkothana »

Hi,
What is the Scratch Space required to read a file? If I am having a file set having size 30GB, what will be the size required for scratch space?

Pls let me know what is the raltion between File Size and Scratch Space?

Thanks & Regards

Pinkesh
bigpoppa
Participant
Posts: 190
Joined: Fri Feb 28, 2003 11:39 am

Scratch Space Size

Post by bigpoppa »

If all you are doing is reading the file, then 30 GB should be enough. If you're doing any hashing and sorting on the file, I would recommend 2x or 3x your file size for swap space.

- BP
Post Reply