What is the differences between the static and dynamic caches?

Showing Answers 1 - 4 of 4 Answers

jayadhar

  • Sep 4th, 2006
 

static cache stores overloaded values in the memory and it wont change throught the running of the session

where as dynamic cache stores the values in the memory and changes dynamically duirng the running of the session used in scd types -- where target table changes and is cache is dynamically changes

  Was this answer useful?  Yes

Static cache - It doesn't reflect changes once data is cached is known as static cache.


Dynamic cache - It reflect to changes at the time of running the session if any updates happen in source data.

  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