MicroStrategy ONE

Load Intelligent Cube Cache statement

Loads an Intelligent Cube cache into memory.

Copy
LOAD INTELLIGENT CUBE CACHE (NAME "cube_name" 
 [FOLDER "folder_name"] | OWNER "user_name" | GUID cache_guid1 [, ... cache_guidN]) FOR PROJECT "project_name";

where:

  • NAME "cube_name" is the name of the Intelligent Cube, of type string.
  • FOLDER "folder_name" is the name of the folder containing the Intelligent Cube, of type string.
  • OWNER "user_name" is the name of the owner of the Intelligent Cube cache, of type string.
  • GUID cache_guid1..N are the GUIDs of the Intelligent Cube caches to be loaded.
  • PROJECT "project_name" is the name of the project for which caches are to be loaded, of type string.

Example

Copy
LOAD INTELLIGENT CUBE CACHE 123456789ABCDEF, 223456789ABCDEF 
 FOR PROJECT "MicroStrategy Tutorial";