instantOLAP Online documentation 2.6.1 - Load Mode

Load Mode

Type

Constant String ('none', 'rollup', 'query')

Since

2.6.0

Description

This property determines how the included dimension will be aggregated inside the store. It accepts three different values: "rollup", "query" and "none" (the default value):

The 'rollup' is usually the fastest and performs much less queries on the database than the 'query' mode. However there are examples where you cannot use this mode. E.g. a fact using COUNT DISTINCT cannot be aggregated using rollup and you have to use the 'query' mode in this case.

Examples

Load Mode = "none"

Load Mode = "rollup"

Load Mode = "query"

Using the Web-Frontend
Using the Workbench
Using the Query-Editor
Using the Config-Editor
Concepts
Query properties
Chart properties
Configuration properties
Configuration
Database
Table
Column
Alias
Link
Link-Expression
Table-Expression
Dimension
Grant
Key
Key-Attribute
SQL-Keyloader
SQL-Attribute
Time-Keyloader
Time-Attribute
Number-Keyloader
SQL-Cube
SQL-Dimension
SQL-Fact
Store
Store Dimension
Load Mode
Store Fact
Formula
File-Cache
Include
Expressions
Formats
SQL-Expressions