Description
This wait accumulates when a trace (commonly run as Profiler) is waiting for disk IO to be written to disk. SQL Server by default has at least one trace configured to capture configuration changes and other events that could be useful should problems be detected. Because of this, this wait will often be present but in low numbers. Generally, it is safe to ignore. However, if the values are high please see the suggested solutions below
Resolved by
DBAs
Suggested solutions
- Avoid running Profiler, use a scripted trace or Extended Events instead
- Do not run Profiler over the network
- When using Profiler or trace only capture the appropriate events and columns. Filter when possible
- Send trace output to file rather than to table
- Ensure that the trace destination file is to a fast disk