from Source 100 rows are coming, on target there are 5 m
rows which options is better to match data

1. Joiner
2 No cache
3. Static
4. Dynamic

Answers were Sorted based on User's Feedback



from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / chitti

use joiner tr............
you have to take source as master table and target as detail
table

Is This Answer Correct ?    0 Yes 0 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / swapnil

It should be un chached coz by this way the 100 records
will directly compare at the database level hence no cache
will get created and will take less time not to create
cache and compare the source records at the db level.

Is This Answer Correct ?    0 Yes 0 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / achoudhr

But why Static at Target ?

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / kt

Coolboy answer is correct , if you just want to join.

When u want to update the target then we hsould use DYNAMIC
cache.

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / nani

5m in the sense five more rows.
based on the above,which post is good?

Is This Answer Correct ?    0 Yes 1 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / amarnath

using the joiner is right I have faced similar kind of
scenario in my project. if u use static it has to cache all
the 5m records and then compare the each incoming records
which will de-grade the performance, hence designate the
master record with less no of rows in joiner which is a gud
practice.

Is This Answer Correct ?    1 Yes 2 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / srinu

Joiner :- Catch Performance will work based on
Master,Detail Column,Data catch,Index
catch ,Catch Size also.
(Process Begins with Condition,Comparing, Indexing)

No Catch :-With out Catch, its not easy find(5 records)
Relavtive Data.

Static ;- Catch will Keep the Target Rows to Compare with
Sourece Rows.
(Process Begin with Condition,Comparing).

Dynamic :- The Catch Data will be Update on DataFlow
also. ,,,

Is This Answer Correct ?    2 Yes 4 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / kareem

we need to use dynamic lookup because when 110 rows are
coming from the source and 5 m rows are already existing in
the target here the function of the dynamic lookup is used
to share the source rows and insert into the target.

Hope answer your question.

Is This Answer Correct ?    4 Yes 6 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / sudhakatr.lake

Static

Is This Answer Correct ?    0 Yes 3 No

from Source 100 rows are coming, on target there are 5 m rows which options is better to match dat..

Answer / sri

Hi Sudhakatr.lake !

Why Static

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Informatica Interview Questions

explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

0 Answers   TCS, Wipro,


which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?

6 Answers   IBM,


How can we reset Sequence Generator, when we move objects from Dev Environment to QA env?

2 Answers   Rolta,


connected and unconnected lookups?

4 Answers  


how to sort date field in infomatica?

2 Answers  






I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.

0 Answers  


what is the gap analysis?

1 Answers  


Differentiate between source qualifier and filter transformation?

0 Answers  


Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?

5 Answers  


My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?

6 Answers   Accenture,


How do you load only null records into target?

0 Answers  


What is depict expression change?

0 Answers  


Categories