what is the main differences between Lookup, Join and Merge
stages?
Answer Posted / aishwarya
Join Stage:
1.) It has n input links(one being primary and remaining
being secondary links), one output link and there is no
reject link
2.) It has 4 join operations: inner join, left outer join,
right outer join and full outer join
3.) join occupies less memory, hence performance is high in
join stage
4.) Here default partitioning technique would be Hash
partitioning technique
5.) Prerequisite condition for join is that before
performing join operation, the data should be sorted.
Look up Stage:
1.) It has n input links, one output link and 1reject link
2.) It can perform only 2 join operations: inner join and
left outer join
3.) Join occupies more memory, hence performance reduces
4.) Here default partitioning technique would be Entire
Merge Stage:
1.) Here we have n inputs master link and update links andn-
1 reject links
2.) in this also we can perform 2 join operations: inner
join, left outer join
3.) the hash partitioning technique is used by default
4.) Memory used is very less, hence performance is high
5.) sorted data in master and update links are mandatory
| Is This Answer Correct ? | 61 Yes | 13 No |
Post New Answer View All Answers
what is the custome stage in datastage? how can we impliment that one? plz tell me
Is it possible to query a hash file?
How rejected rows are managed in datastage?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What are the repository tables in datastage?
Have you have ever worked in unix environment and why it is useful in datastage?
Is possible to create skid in dim,fact tables?
Differentiate between validated and Compiled in the Datastage?
how to add a new records into source?
What are orabulk and bcp stages?
What are system variables and sequencers in datastage
What is the difference between the local container and shared container?
Explain Quality stage?
What is data partitioning?
Define meta stage?