GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  Informatica
Go To First  |  Previous Question  |  Next Question 
 Informatica  |  Question 20 of 298    Print  
In lookup which one is better one connected and unconnected lookup?performance wise i am asking?if i am using five connected lookup in mapping that time what happens?

  
Total Answers and Comments: 8 Last Update: October 03, 2007     Asked by: reddy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 16, 2006 02:33:59   #1  
retech        

RE: In lookup which one is better one connected and un...
it depends
 
Is this answer useful? Yes | No
June 30, 2006 02:55:24   #2  
Motilal        

RE: In lookup which one is better one connected and un...

Yes Exactly Depends.

Definitely unconnected is better performance wise.

But its not wise to use 5 unconnected lookups. In this case better to use one connected with the required 5 ports as output port. If u need only one or two output port, you can use unconected for better performance.


 
Is this answer useful? Yes | No
July 04, 2006 07:26:54   #3  
ashok        

RE: In lookup which one is better one connected and un...

  how can u say that unconnected is better performance then connected lookup.

  in connected lookup we are going to use only lookup table in unconnected we are going to add an expersion with lookup table then the performance in unconnected lookup is decreased due to another transformation than connected lookup


 
Is this answer useful? Yes | No
March 28, 2007 20:05:25   #4  
viram        

RE: In lookup which one is better one connected and un...

It depends on the scenario u r using, if u want to lookup multiple times for the same condition in one mapping it is better to use unconnected lookup and in the situation like when u want multiple return values then u can only use connected lookup. In connected lookup, we can use  both static and dynamic cache but in case of unconnected lookup, we can use only static cache. 
from
vinod


 
Is this answer useful? Yes | No
May 07, 2007 12:16:21   #5  
SRIRAM N        

RE: In lookup which one is better one connected and un...
it depends on the requirement.
If you want to retrieve more than one port values then use connected(dynamic/static cache).
If you want to retrieve one port value then use unconnected(static cache).

 
Is this answer useful? Yes | No
July 26, 2007 06:47:12   #6  
rishiverma2001        

RE: In lookup which one is better one connected and un...
Unconnected lookup can also be used to return multiple values through one port. Override the lookup query to concatenate all the return columns from the lookup table and parse the value in the expression where lookup is being called.
 
Is this answer useful? Yes | No
August 03, 2007 07:47:52   #7  
siraj.khan        

RE: In lookup which one is better one connected and un...
Unconnected Lookup is always better..It takes less time as compared to that of Connected Lookup.Because Unconnected Transformation is Isolated within the mapping,we can call this lookup with the help of a Expression transformation.Where as connected loopup is connected in a single pipeline from source to target.
 
Is this answer useful? Yes | No
October 03, 2007 16:29:04   #8  
chandrarekha        

RE: In lookup which one is better one connected and un...
Unconnected is better by performance wise, bcoz unconnected look up does not invove in the mapping, we are calling from another transformation, so it mimimizes the lookup cache value
In connected, it is connected to the tranformations, so it keeps values in lookup cache.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape