literal difference between join & merge stages in PX

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
balaid
Participant
Posts: 7
Joined: Sun Aug 07, 2005 11:51 pm

literal difference between join & merge stages in PX

Post by balaid »

Hi Folks
Can any one help me what is the the literal difference between join & merge stages in PX..

Thank in advance....
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
The major difference between join and merge is

In merge we can get reject for all the posibility but not in join.

Full outer join is possible in Join, but not in merge.

It is preferable to use join for huge set of data

regards
kumar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Merge can have separate reject links for each separate reference input. Join has no reject link.
Lookup has only one, irrespective of the number of reference inputs.
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