MicroStrategy ONE

Load Report Caches statement

Loads report caches that have been saved to disk into a project.

Copy
LOAD REPORT 
 CACHES IN PROJECT "project_name" FROM 
 DISK;

where:

  • PROJECT "project_name" is the name of the project for which the caches are to be loaded, of type string.

This statement can only be used with three-tier or four-tier project source names.

Example

Copy
LOAD REPORT CACHES 
 IN PROJECT "MicroStrategy Tutorial" FROM DISK;