DIMBUILDSTATSINTERVAL

This Essbase configuration setting specifies the number of records to process before reporting on dimension build progress. Load status information is written to the Essbase log file.

The default value is 20000, meaning that dimension build progress information is updated after each 20000 records is processed.

Syntax

DIMBUILDSTATSINTERVAL [n]

n—Required. An integer specifying the number of records to process before updating the dimension build progress information.

Example

DIMBUILDSTATSINTERVAL 20000

If there are 50000 records to process in the data source, and DIMBUILDSTATSINTERVAL is defined at 20000, Essbase updates the dimension build progress after processing 20000 records, and then 40000 records.