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

 Print  |  
Question:  1.can u explain one critical mapping?
2.performance issue which one is better? whether connected lookup tranformation or unconnected one?




August 08, 2006 05:09:32 #1
 prasoon   Member Since: Visitor    Total Comments: N/A 

RE: 1.can u explain one critical mapping?2.perfo...
 

hi!

it depends on your data and the type of operation u r doing.

If u need to calculate a value for all the rows or for the maximum rows coming out of the source then go for a connected lookup.

Or,if it is not so then go for unconnectd lookup.

Specially in conditional case like,

we have to get value for a field 'customer' from order tabel or from customer_data table,on the basis of following rule:

If customer_name is null then ,customer=customer_data.ustomer_Id

otherwise  

customer=order.customer_name.

so in this case we will go  for unconnected lookup

     

 

Back To Question