Why we select the table which has minimum number of records
as Master table in joiner?

Answers were Sorted based on User's Feedback



Why we select the table which has minimum number of records as Master table in joiner?..

Answer / balaswamy

because all rows from the master table are loaded into the cache,so that it will take up the least amount of space in the
cache

Is This Answer Correct ?    14 Yes 0 No

Why we select the table which has minimum number of records as Master table in joiner?..

Answer / ankit kansal

Its preferable to create your smaller table to be master because
1.Size issue Informatica will create index and data cache.
2.More logical lets say your master table contains 10 rows and your detailed table contains 1000 rows so each of your source rows just have to check against 10 of master rows and thus its faster wile if you take it viceversa than each of your source table hast to go against 1000 rows and it ll hot performance issue This is just a small example check with real scenario and you ll came to know.

http://deepinopensource.blogspot.in/

Is This Answer Correct ?    7 Yes 0 No

Why we select the table which has minimum number of records as Master table in joiner?..

Answer / voma

faster perfomance of loading

Is This Answer Correct ?    3 Yes 2 No

Why we select the table which has minimum number of records as Master table in joiner?..

Answer / moorthy g

The Integration Service(IS) reads data from master table
and build data cahe and data index for building cache.
After that read data from detail table perform joins. bcz
routine will be very less(master means very less record
compared to detail table).
Finaly time saving. performance incresing.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Informatica Interview Questions

why we use stored procedure transformation?

4 Answers   IBM,


what is the process we used in joiner transformation,there is no matching column in sources?

2 Answers  


How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.

0 Answers  


performance tuning of Informatica

1 Answers  


How to use pmcmd utility command?

0 Answers  






Create a mapping which contains 2 target tables. When the session runs for the first time it shud load Target table 1 and when it runs for second time it shud load Target table 2.

7 Answers   TCS,


what is metadata?

8 Answers   Satyam,


What are active transformations.

0 Answers  


what is data driven?

1 Answers  


explain different types of modeling.

2 Answers  


By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?

1 Answers  


what is the hint? how to use it to reduce the query processing in program?

3 Answers   Cegedim,


Categories