Friday, March 14, 2014

Difference between static cache and dynamic cache

Difference between static cache and dynamic cache?


PropertyStatic Cache LookupDynamic Cache Lookup
How it work In Static Cache the Integration Service does not update the  cache while it processes the transformation. Cache is created, when lookup is called for the first time. After that it is never updated. In Dynamic Cache ,the Integration Service dynamically inserts or updates data in the lookup cache and passes the data to the target
ScenariosStatic Cache is normally used while referring to reference Data or when Data source is not a target for the mapping.Example : Referring to Dept table to get Dept Name based on the DEPT no for Each employee. Dynamic Cache is normally used when we refer to Target as the lookup source,  which actually change while running the mapping.Example : If there are 2 or more entries of the same customer on the same day in Source systems then while loading to the target we want the Lookup Cache to be refreshed dynamically(Insert/Update) and see the latest data in Cache
How to EnableLookup Can be marked as static, by unchecking the “Dynamic lookup  Cache” in Properties Tab of Lookup Transformation.Note: “Lookup caching Enabled” should be checked first to enable the cache.Static Cache LookupLookup Can be marked as dynamic , by checking the “Dynamic lookup  Cache” in Properties Tab of Lookup Transformation.Note: “Lookup caching Enabled” should be checked first to enable the cache.Dynamic Cache Lookup
Default Cache By Default Cache lookup Transformation is static. By Default Cache lookup Transformation is not dynamic .
ConditionIn Statuc cache Lookup , we can use all type of operator like =. >, >=  etc while adding the condition in condition tabIn Dynamic Cache lookup , we can use only equal operator (=) while adding the condition in condition tab of lookup Transformation
Cache Type Static Cache is read only Dynamic Cache is Read/Write
Return Value Informatica returns value when condition is true and if it is false it will return default value  in connected look up and Null value in unconnected look up When condition is false , then we insert the new record in Target as well as in Lookup Cache.
ConnectedUnconnected Can be configured as connected as well as
unconnected lookup
Can be configured as connected only
Support Supports lookup on flatfileIt does not support lookup on flat file

No comments:

Post a Comment