What is the difference between dynamic cache lookup and uncached lookup

Showing Answers 1 - 5 of 5 Answers

shaik

  • Jun 29th, 2006
 

Dynamic Cache: it is used to treat the source data either insert or update or unchanged.

Uncached Lookup: when we do uncached the session will during loading the data from source to target . It will uncached to each and every row coming from the lookup.

  Was this answer useful?  Yes

Motilal

  • Jun 30th, 2006
 

Uncached lookup: The informatica server doesnot build a cache for temporary starage of data. Wenever it need to refer to the look up table, it scans the source directly.

Dynamic Cache: The informaatica server builds a cache of the source wen the workflow runs for the first time and it updates the cache records dynamically after each row it loads to the target. Means, if a target row gets updated, the dynamic cache also gets updated automatically after that particular row comitted in the target.

  Was this answer useful?  Yes

Dynamic cache - can be configured as connected lookup only. It does not support lookup on flat file. Can have only equality operator in lookup condition.

Static cache - can be configured as connected as well as unconnected lookup. Supports lookup on flatfile. Can have any relational operator in lookup condition.

Sangeetha

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions