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 what are the different versions of informatica?

657


what is the Default Source Option For Update Strategy Transformation?

759


What is the benefit of partitioning a session?

633


can any one explain about dataflow in the informatica project for bank domain....thanks is advance

10282


what is the difference between informatica6.1 and infomatica7.1

1721






How can you increase the performance in joiner transformation?

715


What is option by which we can run all the sessions in a batch simultaneously?

667


What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

600


Write the unconnected lookup syntax?

662


Define the various join types of joiner transformation?

561


What is workflow monitor?

603


Please let me know how to make encryption and decryption with example?

1475


scenario where i can use only concurrent execution of workflow.

2551


What are the restrictions of union transformation?

581


What is informatica etl tool?

556