What is the advantage of persistent cache? When it should be used.
Answer / ramu
persistent cache is used when u r mapping contains multiple dimensions table, which is used in several times. if you use persistence cache all the index files and data files are stored in memory. when the integration serviece second time calls the same lookup table it wioll fetch the data from the memory cache files instead of re-creating the index and data cache files. we can use the same cache by using one name prefix of the lookup properties.
to use use persistence cache we can divide them in to two types.
1) names persistence cache
2) un named persistence cache.
1) named persistence cache: we can use the same persistence cache between several mappings.
2)un named persistence cache we can use the same cache with in the mapping only.
| Is This Answer Correct ? | 4 Yes | 0 No |
what is data driven?
What exactly mentioned in High level design document.can somebody explain me sequentialy.
Hi experts, can anyone tell how much we use plsql in real time
how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
what is hash table in informatica?
what is the difference between Informatica 7.1 and Abinitio?
what is shared Cache. when we will use shared Cache?
What is the function of look up transformation?
Please let me know how to make encryption and decryption with example?
What are the different types of code pages available in informatica & how to implement it in your project?
I have a scenario with lookup table. in that lookup table have colomns, but i need to process only 10 colomns out of 50. Please te me how can we acheive it?