MicroStrategy ONE

Load Document Cache statement

Loads the specified document caches into memory.

Copy
LOAD DOCUMENT CACHE [(FOR USER "username" 
 | GUID cache_guid1 [, ... cache_guidN])] IN PROJECT "project_name";

where:

  • USER "username" is the name of the user for whom document caches are to be loaded, of type string.

  • GUID cache_guid1..N are the GUIDs of the document caches to be loaded, of type GUID.

  • PROJECT "project_name" is the name of the project for which 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 DOCUMENT CACHE 123456789ABCDEF, 223456789ABCDEF 
 IN PROJECT "MicroStrategy Tutorial";