Skip to main content

RUNNING

Short Description

The thread is actively executing a task.

Detailed Description​

  • The thread is actively executing a task.

How to reduce this wait​

  • Not inherently a problem but if threads are stuck in RUNNING for a long time on the same task, it could indicate a long-running or blocking query. Analyze expensive queries and check the execution plan to see whether it can be optimized.

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.