HOW TO
Instructions provided describe how to allow pre-caching of data layers in Esri Business Analyst Server.
Pre-caching data layers helps to improve performance of reports and analysis in Esri Business Analyst Server. When pre-caching is enabled, data is pre-loaded into memory when the service is started, making the data readily available for queries. With pre-caching enabled, the Business Analyst Map Service may take longer to start than it does when pre-caching is disabled, but performance during use is significantly better.
Code:
<PreloadData enabled="true" preloadAll="true" ttl="-1" />
Code:
<PreloadData enabled="true" preloadAll="false" ttl="-1" >
<dataset id=”USA_ESRI”/>
<layer id=”US.BlockGroups”/>
</dataset>
</PreloadData>
Get help from ArcGIS experts
Download the Esri Support App