SENDING
Short Description
The thread is in the process of sending data.
Detailed Description​
- The thread is transmitting data (e.g., query results to the client).
How to reduce this wait​
- If this accounts for a significant amount of time spent in SENDING, it could mean slow network or client app not consuming data fast enough.
- Check network latency or throughput
- See if the client app is sluggish or blocking on receiving
- Investigate large result sets and limit result size or pagination if needed
Additional Links​
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.