DataStage parallel jobs

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
srilatha
Participant
Posts: 3
Joined: Sat Nov 10, 2007 2:52 am
Location: hyderabad

DataStage parallel jobs

Post by srilatha »

hi all,
i want to know the exact difference between join,merge,look up stages in
data stage parallel jobs.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
What insight have you gained by reading the manual of those stages?
After you do so and explain what you don't understand or what is not working according t wat you understand then we might be able to help further.
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
srilatha
Participant
Posts: 3
Joined: Sat Nov 10, 2007 2:52 am
Location: hyderabad

Post by srilatha »

hi sir,
what i mean is in
join stage we can combine two or more data sets with a common key column.
merge stage also does the same thing with the sorted input data sets.
where as the lookup also checks the primary data with the reference data sets and combines the data sets.suppose i want to combine more than two data sets,which stage i have to go for?
Is there any limitation for these stages?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

All three stage types support more than two inputs. Which stage type you use depends on precisely how you need to combine them.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vijay.rajendran
Participant
Posts: 6
Joined: Thu Sep 29, 2005 8:39 pm
Location: Sydney, Australia

Post by vijay.rajendran »

srilatha wrote:hi sir,
what i mean is in
join stage we can combine two or more data sets with a common key column.
merge stage also does the same thing with the sorted input data sets.
where as the lookup also checks the primary data with the reference data sets and combines the data sets.suppose i want to combine more than two data sets,which stage i have to go for?
Is there any limitation for these stages?
Hi Srilatha,

One difference with lookup stage is how the data set is looked up on. The lookup dataset will be loaded into the memory before the lookup is done. This is not recommended to use lookup stage if your lookup dataset is big, unless you have unlimited or huge memory.
Post Reply