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 can u connect client to ur informatica sever iff server is located at different place( not local to the client)
source target --------- -------- name no sal name no sal max_sal r 10 1000 r 10 1000 3000 y 20 3000 y 20 3000 3000
How to improve the performance of a session using sorter transformation?
Explain about the concept of mapping parameters and variables ?
How many mapplets u have created? and what is the logic used
Stage is which type of load is it a full load or incremental load Please let me know in detail with best example
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
To import the flat file definition into the designer where should the flat file be placed?
What is power center repository?
How do you load first and last records into target table?
Write the unconnected lookup syntax?
in informatica,if i have some no.of records,if i want 1st and 10th records..what will be the method to use?