You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Holds information related to the [!INCLUDEssNoVersion] OS state related to instances running on the different nodes. For a list of waits types and their description, see sys.dm_os_wait_stats.
Column Name
Data Type
Description
Range
pdw_node_id
int
ID of the node this entry refers to.
wait_name
nvarchar(255)
Name of the wait type.
max_wait_time
bigint
Maximum wait time of this wait type.
request_count
bigint
Number of waits of this wait type outstanding.
signal_time
bigint
Difference between the time that the waiting thread was signaled and when it started running.
completed_count
bigint
Total number of waits of this type completed since the last server restart.
wait_time
bigint
Total wait time for this wait type in millisecons. Inclusive of signal_time.