DW 数据早期聚合

Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.Rule (Rule)

DW 数据早期聚合规则

Knowledge Base article:

摘要

由于数据量过大,可能无法在为聚合设置的时间段内处理 DW 数据聚合请求。 为了防止发生可预见的仪表板问题(长时间延迟和超时异常),规则将根据设置计划启动 DW 数据早期聚合。 默认情况下,此规则为禁用状态。请根据需要使用替代进行启用。

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.WriteAction Default

Source Code:

<Rule ID="Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.Rule" Enabled="false" Target="SC!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SQLServer.Visualization.Library.AggregateDashboardData.WriteAction">
<TimeoutSeconds>10800</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>