when will we go for unconnected lookup transformation in
Informatica?
Answers were Sorted based on User's Feedback
Answer / suneelkumar.dasari
If u want to use the same look up T/R more than one time,you should use compulsory Unconnected lookup.A common use for unconnected Lookup transformations is to update slowly changing dimension tables.I know these 2 uses.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / balu
above cases as well as if you want to get single port from
the lookup table then you should go for unconnected lookup
transformation.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / g. manthiramoorthy
1. Calling the same lookup multiple times in one mapping
2. Testing the results of a lookup in an expression
3. Filtering rows based on the lookup results
4. Marking rows for update based on the result of a lookup,
such as updating slowly changing dimension tables
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naresh
If we want to use multiple times in same mapping you can go
for un-connected lookup and It depends on how much data
your processing.
performance wise unconnected lookup is better because its
like reusable one and it will lookup the values only the
condition meet the criteria.
1. It will return only one value
2. It will act as static cache
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kamesh
The main advantage of using an unconnected lookup is the fact that you can use it in an expression/any other transformation like a “function” in other programming languages. The Lookup Cache is calculated only once as part of the session initialization and hence more efficient, since all subsequent look-ups will re-use the Cache.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nag
To retrieve the data dynamically. And it is used for other
transformations in the same mapping.
| Is This Answer Correct ? | 1 Yes | 12 No |
How to improve the session performance in informatica?
if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?
Why we use partitioning the session in informatica?
Performance tuning in UNIX for informatica mappings?
why we r using presql&postsql in source qualifier?
How many numbers of sessions can one group in batches?
i hav a scenario like this i want load data from source to target as follows frist it counts the num of deptno and display with that with count and how many times it reapts along with all the records in source
How u use pdf file in informatica source?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
According to his methodology what all you need before you build a datawarehouse
When will you use SQL override in a lookup transformation?