This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Global Meta Data Caching

Documents for the development of and with JVx.

--Global Meta Data Caching

Postby Development@SIB » Sat Feb 26, 2011 2:00 pm



This article is outdated - please use our new system at

https://doc.sibvisions.com




DataBooks at the client already allow for the caching of meta data to minimize communication with the server. However, server side storage updates meta data each time data is accessed. During productive use this is unnecessary overhead that we would prefer to avoid.

Global meta data caching is configured in the server´s configuration file, config.xml, using the following option:

Code: Select all
<!-- ON | OFF -->
<globalmetadatacache>ON</globalmetadatacache>

If any meta data is modified while this option is activated, either the application server has to be restarted or the application context has to be updated, since the cache is static.
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation