Regarding Merge and Join Stage

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
dstest
Participant
Posts: 66
Joined: Sun Aug 19, 2007 10:52 pm

Regarding Merge and Join Stage

Post by dstest »

Is there any performance difference between join and merge stage except merge has a reject link and join does not have.

Thanks
csri
Participant
Posts: 99
Joined: Wed Jul 11, 2007 8:02 am

Post by csri »

If your data is small then merge is more efficient but if you have huge lookup data then join is prefered to go I think.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Without knowing how you define performance it is impossible to answer your question. The stage types do different things - a Join stage performs a join, a Merge stage effects a Master-and-Update mechanism.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply