Why we select the table which has minimum number of records
as Master table in joiner?
Answers were Sorted based on User's Feedback
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 |
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 |
Can anyone briefly describe abt audit table loading?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
how many data models u have done in informatica project?
how to work with mapplet designer in informatica?
How do you load only null records into target? Explain through mapping flow.
How we can use union transformation?
Can we create two repositories on same database instance in oracle?
hw cn v elimate dublicate values from lookup without overriding sql?
What is Code Page Compatibility?