Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

HoleFoods.Cube

class HoleFoods.Cube extends %DeepSee.CubeDefinition

This is a sample DeepSee data model.
This cube represents a model for the fictional "HoleFoods" corporation. It is based on the classes within the HoleFoods package.
To create data for this model, the easiest thing to do is to use the BuildData method within the HoleFoods.Utils class:
From the command line:
Do ##class(HoleFoods.Utils).BuildData(1000000,1,1)
The first argument is the number of records to create, the second argument indicates that index building should be done in parallel, the third is a verbose flag; if true, then progress is displayed as the data is built.

Parameters

parameter DOMAIN = HOLEFOODS;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab