Difference between JOIN,LOOKUP,MERGE?
Answers were Sorted based on User's Feedback
Answer / rajesh pandi
1.if a source have huge volume of datea, then that time we have to use join, or merge stage
2.if you want to filter the unmatched record from reference files, then we should use merge stage only
3.join stage can have 'n' number of input link(1 left link 1right link other links called intermediate link) but only one output link...
Merge stage cane have 'n' no of input link (1 master link n update link) and one output link And equal no of reject link as same as update link
Look up stage can have n number of input link and 1 output link and one reject link
4.join we can do all join operation inner, left outer, right outer, full outer but in merge and lookup we can only do a inner join and left outer join
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh pandi
1.if a source have huge volume of datea, then that time we have to use join, or merge stage
2.if you want to filter the unmatched record from reference files, then we should use merge stage only
3.join stage can have 'n' number of input link(1 left link 1right link other links called intermediate link) but only one output link...
Merge stage cane have 'n' no of input link (1 master link n update link) and one output link And equal no of reject link as same as update link
Look up stage can have n number of input link and 1 output link and one reject link
4.join we can do all join operation inner, left outer, right outer, full outer but in merge and lookup we can only do a inner join and left outer join
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can fix the truncated data error in datastage?
Hi This is Vijay How Can u Read the data from sequential file Parall'y?
How you Implemented SCD Type 1 & Type 2 in your project?
country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?
which unix commands mostly used in datastage
How to enter a log in auditing table whenever a job get finished?
why we use hash file for lookup?
On which Dimension Table you implemented SCD Type in your Project
Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?
where the log files or tables can store in DS?
How do you load 10 different sources with 10 different layouts to 10 different tables?
whats relation between configuration file and datasets?