What are the prerequisites for join stage
Answers were Sorted based on User's Feedback
1.Inputs as left right and intermediate links(files).
2.can do left outer,right outer,inner join and full outer join
3.N inputs for left,right and inner but 2 inputs for full outer.
4.Inputs should be sorted and partitioned for better
performance.
5.Removing duplicates is optional as join operation is
highly optimized which sequential and less i/o and less page
faults.
6.Memory requirements are comparatively less than Lookup stage.
7.In join key columns names should be same in primary and
secondary datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default execution order of the sequential file?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
CAN WE DO HALF PROJECT IN PARALLEL JOBS AND HALF PROJECT IN SERVER JOBS?
how can we extract data with out having any common column
What are stage variables, derivations and constants?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
What is a datastage job?
I have a few records just I want to store data in to targets cycling way how?
What's the Main Function of the Staging area in DWH
1.What is a delta record? How you will read it? 2.What are the different types of sorting?
How to manage date conversion in Datastage?
how can we send even and odd records from a sequential file to two different targets
10 Answers IBM, iGate, TCS,