sys.dm_workload_management_workload_groups_stats(Transact-SQL)

適用於:Azure Synapse Analytics

回傳 Azure Synapse Analytics 中工作負載群組的統計數據及有效值。

Note

Azure Synapse Analytics 中的無伺服器 SQL 集區不支援此語法。

欄位名稱 數據類型 Description 分布範圍
group_id int 工作負載群組的唯一標識碼。
名字 sysname 工作負載群組的名稱。
statistics_start_time datetime 統計數據開始為工作量組進行。 這個值要麼是工作負載群組建立時,要麼是實例暫停或縮放時。
total_request_count bigint 工作負載群組中已完成要求的累計計數。
total_shared_resource_requests bigint 工作負載群組中完成的請求累積數量,超出該工作負載群組保留資源並使用共享池資源。 當工作負載群組沒有設定 MinResourcePercent 時,請求將永遠使用共享資源,且不會在此計數中登錄。
total_queued_request_count bigint 累積等待等待max_concurrency限制後的請求數量。
total_request_execution_timeouts bigint 根據query_execution_timeout_sec設定,工作負載群組中逾時的請求累積數量。
effective_min_percentage_resource tinyint 有效min_percentage_resource設定允許考慮服務水準與工作負載群組設定。 在較低的服務水準下,有效min_percentage_resource可以調整得更高。 例如,DW100c的最低允許min_percentage_resource為25%。 若服務層級無法授予min_percentage_resource,則調整為0%。 例如,min_percentage_resource在DW6000c設定為10%,縮小到DW100c時effective_min_percentage_resource% 為0。
effective_cap_percentage_resource tinyint 工作量組的有效 cap_percentage_resource。 若其他工作負載群組為 min_percentage_resource > 0,effective_cap_percentage_resource會按比例降低。
effective_request_min_resource_grant_percent 十進位(5,2) 工作負載群組request_min_resource_grant_percent的有效執行時值。 根據服務水準及工作負載群組的設定,實際價值。 如果min_percentage_resource因服務水準而調整,effective_request_min_resource_grant_percent也會相應調整。
effective_request_max_resource_grant_percent 十進位(5,2) 考慮所有工作負載群組配置後,工作負載群組request_max_resource_grant_percent的有效執行時值。