Using Connected or unconnected lookup for performance wise which one is preferable?.
Answer / sam
Performance wise unconnected lookup transformation is better as it returns one port & does not build dynamic cache. only static cache is build .
| Is This Answer Correct ? | 0 Yes | 0 No |
wt is Dynamic lookup Transformation? when we use?how we use?
How would you copy the content of one repository to another repository?
Insert else update option in which situation we will use
i have thousand records in my source(flat file) i wanna load 990 records i don't want load first 5 records and last 5 records at informatica level?
in performance wise union is past,union all is past
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR How to do the above scenario in Informatica.
Can we combine a flatfile and a database table using an UNION transformation?
What are the differences between a connected lookup and unconnected lookup?
Differentiate between router and filter transformation?
Explain sessions and how many types of sessions are there?
Can we update a target table (without primarykey) by using update strategy transformation?
What is A cache?