积极答复者
一个使用全文索引的查询中,如果打开set statistics time on,CPU time 是否包含全文索引查找所消耗的CPU时间?

问题
-
当我们打开时间统计信息之后(SET STATISTICS TIME ON),执行一个使用全文索引的查询,因为SQL SERVER 2005 的全文索引由一个单独的服务提供服务,请问,在这种情况下,CPU time 包含全文索引查找的时间吗?
请问有相关的官方文档吗,谢谢!
- 已编辑 Clark.Zhou 2012年7月20日 7:18
答案
-
你好,
或许下面的文档能给你一些提示。
http://msdn.microsoft.com/en-us/library/ms190287.aspx
这是一篇关于set statistics time 的博文:http://connectsql.blogspot.com/2011/03/sql-server-understanding-output-of-set.html
Thanks.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
- 已标记为答案 Clark.Zhou 2012年7月24日 4:16
-
全部回复
-
你好,
或许下面的文档能给你一些提示。
http://msdn.microsoft.com/en-us/library/ms190287.aspx
这是一篇关于set statistics time 的博文:http://connectsql.blogspot.com/2011/03/sql-server-understanding-output-of-set.html
Thanks.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
- 已标记为答案 Clark.Zhou 2012年7月24日 4:16
-