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  >  Interview Questions  >  Data Warehousing  >  Informatica
Go To First  |  Previous Question  |  Next Question 
 Informatica  |  Question 15 of 631    Print  
Why we use lookup transformations?
Lookup Transformations can access data from relational tables that are not sources in mapping. With Lookup transformation, we can accomplish the following tasks:

Get a related value-Get the Employee Name from Employee table based on the Employee IDPerform Calculation.

Update slowly changing dimension tables - We can use unconnected lookup transformation to determine whether the records already exist in the target or not.




  
Total Answers and Comments: 6 Last Update: September 06, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 19, 2006 01:12:33   #1  
sithusithu Member Since: December 2005   Contribution: 161    

RE: Why we use lookup transformations?

Nice Question, If we don't have a look our datawarehouse will be have more unwanted duplicates 

Use a Lookup transformation in your mapping to look up data in a relational table, view, or synonym. Import a lookup definition from any relational database to which both the Informatica Client and Server can connect. You can use multiple Lookup transformations in a mapping

Cheers,

Sithu


 
Is this answer useful? Yes | No
April 12, 2007 08:49:33   #2  
Amaresh Das        

RE: Why we use lookup transformations?
Lookup Transformations used to search data from relational tables/FLAT Files that are not used in mapping.

Types of Lookup:
           1. Connected Lookup
           2. UnConnected Lookup

 
Is this answer useful? Yes | No
July 02, 2007 05:22:54   #3  
rajumadarapu        

RE: Why we use lookup transformations?
The main use of lookup is to get a related value either from a relational sources or flat files
 
Is this answer useful? Yes | No
July 31, 2007 17:57:13   #4  
prodyot Sarkar        

RE: Why we use lookup transformations?

The following reasons for using lookups.....


1)We use Lookup transformations that query the largest amounts of data to
improve overall performance. By doing that we can reduce the number of lookups
on the same table.


2)If a mapping contains Lookup transformations, we will enable lookup caching
if this option is not enabled .

We will use a persistent cache to improve performance of the lookup whenever
possible.

We will explore the possibility of using concurrent caches to improve session
performance.

We will use the Lookup SQL Override option to add a WHERE clause to the default
SQL statement if it is not defined

We will add ORDER BY clause in lookup SQL statement if there is no order by
defined.

We will use SQL override to suppress the default ORDER BY statement and enter an
override ORDER BY with fewer columns. Indexing the Lookup Table

We can improve performance for the following types of lookups:

For cached lookups, we will index the lookup table using the columns in the
lookup ORDER BY statement.

For Un-cached lookups, we will Index the lookup table using the columns in the
lookup where condition.


3)In some cases we use lookup instead of Joiner as lookup is faster than
joiner in some cases when lookup contains the master data only.


4)This lookup helps in terms of performance tuning of the mappings also.


 
Is this answer useful? Yes | No
August 03, 2007 07:40:02   #5  
siraj.khan        

RE: Why we use lookup transformations?

Look up Transformation is like a set of Reference for the traget table.For example suppose you are travelling by an auto ricksha..In the morning you notice that the auto driver showing you some card and saying that today onwards there is a hike in petrol.so, you have to pay more. So, the card which he is showing is a set of reference for there costumer..In the same way the lookup transformation works.
These are of 2 types :

a) Connected Lookup
b) Un-connected lookup

Connected lookup is connected in a single pipeline from a source to a target where as Un Connected Lookup is isolated with in the mapping and is called with the help of a Expression Transformation.


 
Is this answer useful? Yes | No
September 06, 2007 14:30:36   #6  
chandrarekha        

RE: Why we use lookup transformations?
Look up tranformations are used to
Get a related value
Updating slowly changing dimension
Caluculating expressions

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
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