MicroStrategy ONE

Deactivate Intelligent Cube Cache statement

Deactivates a loaded Intelligent Cube cache.

Copy
DEACTIVATE 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 deactivated.
  • PROJECT "project_name" is the name of the project for which caches are to be deactivated, of type string.

Example

Copy
DEACTIVATE INTELLIGENT CUBE CACHE FOR OWNER "JRuiz" 
 FOR PROJECT "MicroStrategy Tutorial";