I have been looking at the performance of one of our testing environments and the TRACEWRITE is at the top, these waits seems a bit long 1918.8 ms which to seems rather slow?
I am running sp_BlitzFirst to give me these details.
exec sp_BlitzFirst @SinceStartup = 1
I am happy with the other wait stats(I know how to make better) but unsure were to go with the TRACEWRITE wait, is this bad and if so what should I look at, to make it faster?
After the comments we can see we get this, which seems to be a rowset trace whatever that is!?
This would seem to be SQL Sentry which is used by the DBA's. Is 2 seconds acceptable for SQL Sentry?