What are the prerequisites for join stage

Answer Posted / shar

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you used Unstructured data?

841


how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)

530


table actions available in oracle connector?

1099


Explain how a source file is populated?

769


How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?

1705






What is the different type of jobs in datastage?

581


Explain datastage architecture?

822


What is a datastage job?

625


What is the purpose of pivot stage and types of containers in datastage

619


How do u convert the columns to rows in datastage?

694


What is meta stage?

583


How to read the length of word in unix?

888


What is the method of removing duplicates, without the remove duplicate stage?

592


What is data partitioning?

747


How to find value from a column in a dataset?

1773