Jump to content

Database caching in BW


Soumitra Bishnu 2

Recommended Posts

  • 4 years later...

Soumitra,

caching depends upon how much data you need to cache.

if your table is too large then its better to use JDBC queries rather than thrashing the BW engine by keeping it in cache.

In case you need to cache few thousand data from table then better you can use something like static Hashtable (using java activities) and retrieve the same using the key/value pairs.

 

Thanks

Ramesh S

Link to comment
Share on other sites

  • 3 years later...
  • 11 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...