How does look-up and join behave under simmilar Scenerio?

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
devesh_ssingh
Participant
Posts: 148
Joined: Thu Apr 10, 2008 12:47 am

How does look-up and join behave under simmilar Scenerio?

Post by devesh_ssingh »

Hi all,

I got one doubt

if we are joining two file one have non-duplicate value and other file have duplicate values so does output carried duplicate records?
aslo if we use look for same scenerio the how will output respond?
does it carry duplicated value or not if yes then why and if not then why.

file X have rows like 1,2,3,4,5 which is input file
File Y have rows like 1,1,1,1,1 which is reference in case of look up.

what should output Z will give in case of look-up and join?
and how?

Many many thanks in advance,

Devesh
mail2hfz
Premium Member
Premium Member
Posts: 92
Joined: Thu Nov 16, 2006 8:51 am

Post by mail2hfz »

Develop a simple test job with your questions then you can identify the differences.
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Re: How does look-up and join behave under simmilar Scenerio

Post by dsedi »

devesh_ssingh wrote:Hi all,

I got one doubt
.
.
what should output Z will give in case of look-up and join?
and how?

Many many thanks in advance,

Devesh
its based on what are the options u are choosing in Lookup stage and join types...
Post Reply