Look up table temporary Storage space

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
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

Look up table temporary Storage space

Post by major »

Hi,

In our job we are Creating dataset in a user defined path, to avoid size issues in the /dsProjects/Datasets path by modifying the configuration file.
our User defined path for Datasets grew to a size of 60GB. While running some of our job the temporary look up lookuptable.20110728.cso50ab is also created in the user defined path look up. This being a resource disk the job which runs for 4 Minutes when ran alone and is running for 2HRS when called from a sequence. Is there any options for creating the temporary look up table lookuptable.20110728.cso50ab in the virtual memory, so that the reading of dataset will be faster
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How, precisely, do you go about "Creating dataset in a user defined path"? If all you create there is the descriptor file, you're not accomplishing much. The data, or "segment", files that comprise the data set are stored in the directories identified as "resource disk" in your parallel execution configuration file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

Post by major »

we have modified the resource disc to create the data segments in the /dsProjects/data/xxxxx/(user defined) directory by modifying the resource disk parameter in the configuration file while creating the datasets. now while reading the dataset for lookup the temporary look up lookuptable.20110728.cso50ab is also created in the /dsProjects/data/xxxxx/(user defined) directory which makes the job slow. Is there any other parameter I need to change so that this temporary storage happens in the /dsProjects/Datasets path
Post Reply