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
|RESOURCE_SEMAPHORE_QUERY_COMPILE|Occurs when the number of concurrent query compilations reaches a throttling limit. High waits and wait times may indicate excessive compilations, recompiles, or uncachable plans.|
289
289
|RESOURCE_SEMAPHORE_SMALL_QUERY|Occurs when memory request by a small query cannot be granted immediately due to other concurrent queries. Wait time should not exceed more than a few seconds, because the server transfers the request to the main query memory pool if it fails to grant the requested memory within a few seconds. High waits may indicate an excessive number of concurrent small queries while the main memory pool is blocked by waiting queries.|
290
290
|SE_REPL_CATCHUP_THROTTLE|Occurs when the transaction is waiting for one of the database secondaries to make progress.|
291
-
|SE_REPL_COMMIT_ACK|Occurs when the transaction is waiting for quorum commit acknowledgement from secondary replicas.|
292
-
|SE_REPL_COMMIT_TURN|Occurs when the transaction is waiting for commit after receiving quorum commit acknowledgements.|
293
-
|SE_REPL_ROLLBACK_ACK|Occurs when the transaction is waiting for quorum rollback acknowledgement from secondary replicas.|
291
+
|SE_REPL_COMMIT_ACK|Occurs when the transaction is waiting for quorum commit acknowledgment from secondary replicas.|
292
+
|SE_REPL_COMMIT_TURN|Occurs when the transaction is waiting for commit after receiving quorum commit acknowledgments.|
293
+
|SE_REPL_ROLLBACK_ACK|Occurs when the transaction is waiting for quorum rollback acknowledgment from secondary replicas.|
294
294
|SE_REPL_SLOW_SECONDARY_THROTTLE|Occurs when the thread is waiting for one of the database secondary replicas.|
295
295
|SEC_DROP_TEMP_KEY|Occurs after a failed attempt to drop a temporary security key before a retry attempt.|
296
296
|SECURITY_MUTEX|Occurs when there is a wait for mutexes that control access to the global list of Extensible Key Management (EKM) cryptographic providers and the session-scoped list of EKM sessions.|
0 commit comments