Skip to main content

Alternative Mappings for the Globals

Alternative Mappings for the Globals

In some cases, you might want to separately map the DeepSee and related globals to separate databases. The following table lists the key globals:

Items Globals Comments
Fact tables and their indices
  • ^DeepSee.Fact

  • ^DeepSee.FactRelation

  • ^DeepSee.Index

When you initially build the cube, you might disable journaling for the database that contains these globals. After that, enable journaling for the databases.
Globals used to keep cube synchronized with the source table
  • ^OBJ.DSTIME

  • ^DeepSee.Update

See the chapter “Keeping the Cubes Current.”
Cube internals
  • ^DeepSee.Cubes

  • ^DeepSee.Dimension

  • ^DeepSee.DimensionI

 
Cube Manager
  • ^DeepSee.CubeManager

  • ^DeepSee.CubeManager.CubeEventD

  • ^DeepSee.CubeManager.CubeEventI

  • ^DeepSee.CubeManager.CubeRegistr

See “Using the Cube Manager” in “Keeping the Cubes Current.”
Listing groups ^DeepSee.ListingGroups See “Defining Listing Groups” in Defining DeepSee Models.
Result cache (for large data sets)
  • ^DeepSee.BucketList

  • ^DeepSee.Cache.*

  • ^DeepSee.JoinIndex

  • ^DeepSee.UpdateCounter

  • ^DeepSee.Listing

You can disable journaling for the database that contains these globals. For information on the result cache, see “Cube Updates and the Result Cache,” later in this book.
Items created in the Analyzer and in the Dashboard Designer
  • ^DeepSee.Filters

  • ^DeepSee.Folder*

  • ^DeepSee.FolderItem*

See Using the DeepSee Analyzer and Creating DeepSee Dashboards.

Term lists
  • ^DeepSee.TermList

See the Advanced DeepSee Modeling Guide.
Quality measures
  • ^DeepSee.QMsrs

See the Advanced DeepSee Modeling Guide.
Pivot variables
  • ^DeepSee.Variables

See “Defining and Using Pivot Variables” in Using the DeepSee Analyzer.
Other portal options
  • ^DeepSee.DashboardSettings (user-specific dashboard settings)

  • ^DeepSee.User.SendTo (user email addresses)

  • ^DeepSee.User.Settings (runtime variables)

  • ^DeepSee.User.Icons (custom icons)

  • ^DeepSee.UserPortalSettings (general settings and worklist settings)

  • ^DeepSee.UserPreferences (recent items, per user)

  • ^DeepSee.PaperSizes (see “Adding Paper Sizes,” later in this book)

For most of these, see the chapter “Configuring Settings.”
Custom code
  • ^DeepSee.InitCode

  • ^DeepSee.AuditCode

See the chapter “Other Development Work.”
Recent history and logs
  • ^DeepSee.AgentLog

  • ^DeepSee.Last*

  • ^DeepSee.PivotError

  • ^DeepSee.QueryLog

  • ^DeepSee.Session

  • ^DeepSee.SQLError

 
iKnow
  • ^ISC.IK.*

 
Internals used for processing
  • ^DeepSee.ActiveTasks

  • ^DeepSee.Agents

  • ^DeepSee.Build

  • ^DeepSee.Cancel

  • ^DeepSee.ComputedSQL

  • ^DeepSee.Functions

  • ^DeepSee.IDList

  • ^DeepSee.Pivot

  • ^DeepSee.Shell

  • ^DeepSee.TaskGroups

  • ^DeepSee.Tasks

  • ^DeepSee.UI.Charts

 

This is not a comprehensive list; DeepSee uses additional globals with names that start ^DeepSee. Globals not listed here typically contain only small amounts of data or are typically defined only briefly.

FeedbackOpens in a new tab