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:  Joiner Transformation Cache

Answer: What are the caches available in Joiner transformation?
What is stored in Joiner cache(data cache) and Index cache?


July 07, 2009 05:40:37 #3
 sahan   Member Since: July 2009    Total Comments: 10 

RE: Joiner Transformation Cache
 
Integration service creates index and data cache in memory.

Integration service reads the data from master and detail sources and then creates the index on master source and data on detail source.


The integration service performs the join on the master source with data cache.
     

 

Back To Question