when will we use unconnected & connected lookup? How it
will effect on the performance of mapping?

Answers were Sorted based on User's Feedback



when will we use unconnected & connected lookup? How it will effect on the performance of mapp..

Answer / sweta kedia

A. Connected Lookup
Receives input values directly from the pipeline.
We can use a dynamic or static cache
Supports user-defined default values

Unconnected Lookup
Receives input values from the result of a :LKP expression
in another transformation.
We can use a static cache
Does not support user-defined default values

When you compared both basically connected lookup will
return more values and unconnected returns one value. conn
lookup is in the same pipeline of source and it will accept
dynamic caching. Unconn lookup don't have that faclity but
in some special cases we can use Unconnected. if output of
one lookup is going as input of another lookup this
unconnected lookups are favourable
Moreover if the mapping requires multiple lookup using same
lookup conditions then its better to use unconnected lookup
& call the lookup wherever required.This also prevents the
mapping from being complex.

Is This Answer Correct ?    3 Yes 0 No

when will we use unconnected & connected lookup? How it will effect on the performance of mapp..

Answer / v.ramakrishna

when it comes to the matter of performance optimization we
can understand the diff between conn lookup and unconn
lookup y bcoz in conncted lookup it will give more than one
output. when compared with the performance of unconn lookup
it is some what slower bcoz the execution times in conn
lookup is equal with no of records present in source . so
it will increase running time . where as in unconn lookup
it executes only for records which satisfy the given
condition so no need to call lookup for each and every
record unneccesarily. so it leads to performance
development in unconn lookup compared wth conn lookup.

Is This Answer Correct ?    3 Yes 1 No

when will we use unconnected & connected lookup? How it will effect on the performance of mapp..

Answer / nag

Connected Lookup
Receives input values directly from the pipeline.
We can use a dynamic or static cache
Supports user-defined default values

Unconnected Lookup
Receives input values from the result of a :LKP expression
in another transformation.
We can use a static cache
Does not support user-defined default values

When you compared both basically connected lookup will
return more values and unconnected returns one value. conn
lookup is in the same pipeline of source and it will accept
dynamic caching. Unconn lookup don't have that faclity but
in some special cases we can use Unconnected. if output of
one lookup is going as input of another lookup this
unconnected lookups are favourable

Is This Answer Correct ?    2 Yes 1 No

when will we use unconnected & connected lookup? How it will effect on the performance of mapp..

Answer / jeevan kumar medapati

if u want to perform look up on less values then we go for
connected lkp
if u want to perform look up from more than one table then
we go for un connected lkp
in ur source u have more date columns then we should go for
unconnected lkp.

Is This Answer Correct ?    1 Yes 1 No

when will we use unconnected & connected lookup? How it will effect on the performance of mapp..

Answer / nag

We use connected transformation

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More Informatica Interview Questions

i have a table like empid ename year month sal 1 x 98 jan 500 1 x 98 feb 500 1 x 98 mar 500 1 x 99 jan 600 1 x 99 feb 600 2 y 98 jan 600 2 y 98 feb 600 2 y 98 mar 600 2 y 99 jan 700 2 y 99 jan 700 and so on i want to find out totsal for every emp on year wise plz help me

4 Answers   Magna Infotech,


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

0 Answers   Informatica,


what r the transformations that r not involved in mapplet?

8 Answers   Wipro,


What are the advantages of informatica?

0 Answers  


What does “tail –f” command do and what is its use as an Informatica admin.

0 Answers  






What are the advantages of using informatica as an etl tool over teradata?

0 Answers  


The question was on time stamp. what is the difference between HH and HH24 when to use when.

0 Answers   Nationwide,


Suppose we have a csv file with contents as below which is used has a source file. C1,C2,C3,C4 100,200,A B,300 200,400,X,Y,299 ---> it should be 4 values but by mistake 300,600,C D,566 with a comma in between X & Y,its 5. My target takes only 4 columns, How to take care of the 2 record as above without rejecting it and loading in the target. Hope u guys have understood my scenerio

4 Answers   IBM,


how can u avoid duplicate rows in flat file?

4 Answers   CTS, Wipro,


What is meant by incremental aggregation?

0 Answers  


My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail

2 Answers   Amdocs,


Enlist the various types of transformations.

0 Answers  


Categories