In which situation we will use persistant cache and shared
cache in real time. plzsss answer with example
Answer / nitish kumar
Persistant cache we use when our data or lookup values are not changing frequently so as we know Persistant cache will be saved in cache folder so it can be reused in next session run. Because of this reusability this will basically reduce the run time of workflow.
Also since in persistant cache we have a copy of cache file we can share the same cache to other session if it required.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is target load order?
what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram
What are the scheduling options to run a sesion?
How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
What happens if the info. Server doesn't find the session parameter in the parameter file?
Describe an informatica powercenter?
What are the types of groups in Router transformation?
what is session override?
What are the mapings that we use for slowly changing dimension table?
if i have source with 100 records target with 100 records and we lookup on another database table and it has 10 million record so what is the method of limiting that much record in lookup table?
what is the diff b/w target load plan and cbl?