what is the difference between lookup,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
arun@sinmax
Premium Member
Premium Member
Posts: 13
Joined: Tue Jun 14, 2005 6:25 am

what is the difference between lookup,merge,and join stage?

Post by arun@sinmax »

what is the difference between lookup,merge,and join stage?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to parallel forum

Did you bother to Search (this question has been asked and answered before) or to read the relevant chapters (one for each stage type) in the Parallel Job Developer's Guide?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
fareeda_b
Participant
Posts: 48
Joined: Sat Feb 23, 2008 4:25 pm

Post by fareeda_b »

Hi arun,

The Lookup stage is most appropriate when reference data is small enough to fit into physical (shared) memory.
Limit use of Sparse Lookup(for DB2 and Oracle reference tables)

For reference datasets larger than available memory, use the JOIN or MERGE stage.

thanks
fareeda
Thanks
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

fareeda

We tend not answer questions which may look like a job interview question.
Mamu Kim
Post Reply