Products | Versions |
---|---|
Spotfire Web Player | 5.0 HF-009 and higher, 5.5.0 HF-002 and higher, 6.0, 7.0 |
Spotfire versions 5.0 to 7.0 try to use more RAM to improve performance by caching calculation results. On the TIBCO Spotfire Web Player, this cache memory is released when necessary (in low memory situations). When Scheduled Updates loads a report, the calculations and data table relations for the initial state of the report will be cached here as well.
The entry “Memory Used For Caching Calculations” under the “Web Server” tab on the Web Player Server diagnostics page displays the amount of memory currently in use by cached calculations. Note: for Spotfire 5.0 this requires client hotfix TS 5.0.1 HF-009 or higher, and for Spotfire 5.5 it requires client hotfix TS 5.5.0 HF-002 or higher. The default maximum age of this cache is 1 hour, but this can be modified in the web.config file as described below.
Note: For Spotfire 7.5 and higher, see KBA 000030592:
<applicationSettings> <!-- You normally shouldn't edit these settings. -->
<Spotfire.Dxp.Data.Cxx.Properties.Settings> <setting name="QueryCacheEntryMaxAge" serializeAs="String"> <value>1.00:00:00</value> </setting> </Spotfire.Dxp.Data.Cxx.Properties.Settings>Resulting in:
<applicationSettings> <Spotfire.Dxp.Data.Cxx.Properties.Settings> <setting name="QueryCacheEntryMaxAge" serializeAs="String"> <value>1.00:00:00</value> </setting> </Spotfire.Dxp.Data.Cxx.Properties.Settings> <!-- You normally shouldn't edit these settings. -->
For Spotfire 7.5 and higher, see:
KB: 000030592 How to configure the maximum age of cached calculations, using the QueryCacheEntryMaxAge setting: