(Source: microsoft.com)
Output item
|
Meaning
|
Table
|
Name of the
table.
|
Scan count
|
Number of
seeks/scans started after reaching the leaf level in any direction to
retrieve all the values to construct the final dataset for the output.
|
logical reads
|
Number of pages
read from the data cache.
|
physical reads
|
Number of pages
read from disk.
|
read-ahead reads
|
Number of pages
placed into the cache for the query.
|
lob logical
reads
|
Number of text, ntext, image,
or large value type (varchar(max), nvarchar(max), varbinary(max))
pages read from the data cache.
|
lob physical
reads
|
Number of text, ntext, image or
large value type pages read from disk.
|
lob read-ahead
reads
|
Number of text, ntext, image or
large value type pages placed into the cache for the query.
|
No comments:
Post a Comment