You can set
options for all aggregations in a cube or for a specific aggregation.
To set options for all aggregations, set the options in the PROC OLAP
statement. To set options for a single aggregation, set the options
in the PROC OLAP AGGREGATION statement. The options include the following:
specifies a limit on
the number of indices that will be created in parallel during the
cube build process.
specifies whether to
store the aggregation tables in a compressed format on disk.
specifies the maximum
number of aggregations to create in parallel.
DATAPATH=('
pathname1'
...'
pathnameN')
specifies the location
of one or more partitions in which to place aggregation table data.
INDEXPATH=('
pathname1' ...'
pathnameN')
specifies the locations
of the index component files that correspond to each aggregation table
partition as specified by the DATAPATH= option.
specifies the amount
of memory in megabytes that is available when aggregations are created.
The default is the system's available memory.
specifies the maximum
number of threads that are used to asynchronously create the aggregation
indexes.
specifies whether to
create the aggregations with indexes.
specifies the partition
size in megabytes of the aggregation table partitions and their corresponding
index components.
specifies the number
of observations (table rows) in kilobytes to include in the index
component file segment.
specifies one or more
locations for temporary work files.
Note: ASYNCINDEXLIMIT=, CONCURRENT=,
INDEXSORTSIZE=, and MAXTHREADS= are available only in the PROC OLAP
statement.