Which one is better performance wise connected/un-connected
lkp?why?
Answers were Sorted based on User's Feedback
Answer / yamini
Performance wise unconnected look up transformation is better as it returns only one port and doesn't build any dynamic cache. Only static cache is build. It can be used any where in the mapping using LKP expression in another transformation.
| Is This Answer Correct ? | 4 Yes | 0 No |
How to fasten loading of 100 million distinct records in informatica? (Initially they are loaded into target without using any transformation, taking 2 hours)
whats the logic to load the lower level of granularity of data to fact table.
How many ways you create ports?
why union transformation is active transformation?
In SCD type 2 if we had select date range. then suppose we had inserted today's date(eq. date is 30 aug 2010) then start date will be today's date(30 aug 2010) what will be the end date,we cant leave it blank?
what is the method of error handling when session is running?
what is target load plan
What is the sequence generator transformation in informatica?
What are the components of Informatica? And what is the purpose of each?
How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?
How can you display only hidden files in UNIX
In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal. Is there any othere transformation than the aggrator? if yes how?