Sunday, February 16, 2014

Implementing TIBCO BW Cache and Advantages

  • All the frequently used data can be placed in the cache. 
  • For Example, data frequently used in multiple processes for every page navigation.  Also combo box value drop down also frequently accessing the DB to get the values.
  • To avoid the frequent access db, at the time of server start-up, all these values can be keeping it in Cache for frequent usage.
Also we can setup Cache refresh for every 1 hr or 3 hr to make the updated values available in Cache without restarting the server.

Advantage:
  1. Minimize the DB hit.
  2. Improve the system performance.

0 comments:

Popular Posts

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP