ProcessOptimizationMode (MDStore Interface)

ms132774.note(zh-cn,SQL.90).gif注意:
  下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

The ProcessOptimizationMode property of the MDStore interface indicates whether the Analysis server indexes and aggregates during or after processing.

Applies To:clsCube, clsPartition

Data Type

ProcessOptimizationModes

Access

Read/write

备注

This property can be used to expedite the availability of a cube or partition to users for analysis. By default, the processOptimizationModeRegular option specifies that the cube's source data is read, stored, indexed, and aggregated within the processing transaction. The processOptimizationModeLazyOptimizations option reads and stores the source data during the processing transaction and performs lazy processing of indexes and aggregations after processing is complete, when the Analysis server is idle.

By default, this property applies to the entire cube. However, it can be overridden by the value for this property for the individual partitions of the cube.

请参阅

参考

MDStore Interface

帮助和信息

获取 SQL Server 2005 帮助