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

Answer Posted / ajay bhosal

Uncached lookup can give you good performance here but only when your target is properly indexed. Moreover, it's not a good idea to hit the database 100 times and scan huge data volume in the database.
Similar or better performance can be achieved by using Joiner with Sorted Input, but ensure that 100 rows are in master pipeline and the detail pipeline is sorted.
There is no question of using cached lookup.
Answer will be Joiner.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the scenario which compels informatica server to reject files?

648


How many ways a relational source definition can be updated and what are they?

573


What is depict expression change?

606


What is an Integration service in Informatica?

696


How can we improve session performance in aggregator transformation?

666






Enlist the differences between database and data warehouse.

537


According to his methodology what all you need before you build a datawarehouse

1179


What is the maplet?

612


Define filter transformation?

614


What do you understand by a term domain?

659


What are multi-group transformations?

553


Define Pmrep command?

626


What you know about transaction control transformation?

549


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3312


I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)

1072