MicroStrategy ONE

Unload Report Caches statement

Unloads report caches from a project and saves them to disk.

Copy
UNLOAD 
 REPORT CACHES IN PROJECT "project_name" TO 
 DISK;

where:

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

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

Example

Copy
UNLOAD REPORT 
 CACHES IN PROJECT "MicroStrategy Tutorial" TO DISK;