Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 26445de

Browse files
authored
Merge pull request #10171 from bluefooted/dm-os-schedulers
Adding missing columns to sys.dm_os_schedulers
2 parents 7545cb0 + e0c7efd commit 26445de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-os-schedulers-transact-sql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
5656
|memory_object_address|**varbinary(8)**|Memory address of the scheduler memory object. Not NULLABLE.|
5757
|task_memory_object_address|**varbinary(8)**|Memory address of the task memory object. Is not nullable. For more information, see [sys.dm_os_memory_objects (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-os-memory-objects-transact-sql.md).|
5858
|quantum_length_us|**bigint**|[!INCLUDE[ssInternalOnly](../../includes/ssinternalonly-md.md)] Exposes the scheduler quantum used by SQLOS.|
59+
| total_cpu_usage_ms |**bigint**|**Applies to**: [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] and later <br><br> Total CPU consumed by this scheduler as reported by non-preemptive workers. Is not nullable.|
60+
|total_cpu_idle_capped_ms|**bigint**|[!INCLUDE[ssInternalOnly](../../includes/ssinternalonly-md.md)] Indicates throttling based on [Service Level Objective](/azure/sql-data-warehouse/what-is-a-data-warehouse-unit-dwu-cdwu#service-level-objective), will always be 0 for non-Azure versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Is nullable.|
61+
|total_scheduler_delay_ms|**bigint**|**Applies to**: [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] and later <br><br> The time between one worker switching out and another one switching in. Can be caused by preemptive workers delaying the scheduling of the next non-preemptive worker, or due to the OS scheduling threads from other processes. Is not nullable.|
62+
|ideal_workers_limit|**int**|**Applies to**: [!INCLUDE[sql-server-2019](../../includes/sssqlv15-md.md)] and later <br><br> How many workers should ideally be on the scheduler. If the current workers exceed the limit due to imbalanced task load, once they become idle they will be trimmed. Is not nullable.|
5963
|pdw_node_id|**int**|**Applies to**: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)], [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]<br /><br /> The identifier for the node that this distribution is on.|
6064

6165
## Permissions

0 commit comments

Comments
 (0)