InterviewSolution
| 1. |
What Are The Different Lookup Cache? |
|
Answer» LOOKUPS can be cached or uncached (No cache). Cached lookup can be either STATIC or dynamic. A static cache is one which does not modify the cache once it is built and it remains same during the session run. On the other hand, A dynamic cache is REFRESHED during the session run by inserting or UPDATING the records in cache based on the incoming source DATA. A lookup cache can also be divided as persistent or non-persistent based on whether Informatica retains the cache even after session run is complete or not respectively. Lookups can be cached or uncached (No cache). Cached lookup can be either static or dynamic. A static cache is one which does not modify the cache once it is built and it remains same during the session run. On the other hand, A dynamic cache is refreshed during the session run by inserting or updating the records in cache based on the incoming source data. A lookup cache can also be divided as persistent or non-persistent based on whether Informatica retains the cache even after session run is complete or not respectively. |
|