what is the mechanism of the Master-Detail joining
condition?
Answers were Sorted based on User's Feedback
Answer / sbvp
the output of the join condition for master detail joining
is . macthed rows in the master source and all rows of the
detail source
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / chinni
it is nothing but the informatica server just returns the
all rows from details table and matched records from master
table.
the table which contains less records taken it as a master n
another table as a detail,b'coz for performance purposes.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / juggernaut
Master: Source with less number of records
Detail: Source with more number of records
For performance tuning: Joiner cache is created to store the data at the run time for Master port.
Join transformation is implemented based on the type of join we choose from the properties tab, using the options in the join type drop down list
1.Normal join: only matches record from both the tables
2.Master outer: All the records from Master table and only matches records from Detail
3.Detail outer: All the records from Detail and only matched records from Master
4.Full outer: Produces set of all records from Master and Detail
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / radhakrishnansk
Its full outer join. achieved using joiner transformation.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shruthi
The data which contains the primary key is called master
source and the source which contains the foriegn key is
called detail source. The joiner transformation joind the
data based on the master detail joining condition...
Hope this helps...
correct me if i was wrong
Is This Answer Correct ? | 1 Yes | 6 No |
1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??
What is event and what are the tasks related to it?
why do u use shortcuts in informatica.?
What is a dimensional model?
how to calculate the optimum cache size in aggregator transformation?
Explain about HLD and LLD ?
Why we require dwh in particular projects?
tell me 7.x and 8.x diferrencess(but not transformations)
how to duplicates from expression transformation without using sorter before that
wf dont have integration severances how you can run?
Explain sessions and how many types of sessions are there?
what is $$$$?