SQL Server Full Text Search resource consumption

Posted by Sam Saffron on Server Fault See other posts from Server Fault or by Sam Saffron
Published on 2011-01-09T00:41:18Z Indexed on 2011/01/09 0:55 UTC
Read the original article Hit count: 248

When SQL Server builds a fulltext index computer resources are consumed (IO/Memory/CPU)

Similarly when you perform full text searches, resources are consumed.

How can I get a gauge over a 24 hour period of the exact amount of CPU and IO(reads/writes) that fulltext is responsible for, in relation to global SQL Server resource usage.

Are there any perfmon counters, DMVs or profiler traces I can use to help answer this question?

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2008