客户端统计中的试用专栏 SQL

Trial column in client statictics SQL

我开始附加客户统计信息来检查我的查询。有 "Trial x" 列,它们是什么意思?

我使用 SQL Server 2014

试用 X 列指定您执行查询的次数。每次执行查询时都会创建试用列。将显示最多最后 10 个试验统计数据。试验的平均值将显示在平均值列中。

MSDN says it “Displays information about the query execution grouped into categories. When Include Client Statistics is selected from the Query menu, a Client Statistics window is displayed upon query execution. Statistics from successive query executions are listed along with the average values. Select Reset Client Statistics from the Query menu to reset the average.”

每次您 运行 包含客户端统计信息的查询时,SQL 服务器都会包含 运行 历史记录 ("Trial n")。这使您可以轻松比较最近的执行统计信息。通常,仅当您 运行 重复执行相同的基本查询并进行可能影响性能的更改时,历史记录才有用。向上和向下箭头表示与之前的 运行.

相比进展或离题