SQL统计IO [英] SQL statistics IO

查看:118
本文介绍了SQL统计IO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有来自统计数据IO的以下输出

I have the following output from statistics IO

(受影响的30行)

表'testing_pic3'。扫描计数1,逻辑读取1,物理读取0,预读读取0, lob逻辑读取275108 ,lob物理读取0,
lob预读读取459336

(30 rows affected)
Table 'testing_pic3'. Scan count 1, logical reads 1, physical reads 0, read-ahead reads 0, lob logical reads 275108, lob physical reads 0, lob read-ahead reads 459336.

是的。该表有图像列。

yes. the table has image column.

那么这个查询的读取数量(以MB为单位)?

so how many read ( in MB ) for this query ?

推荐答案

参见
SET STATISTICS IO(Transact -SQL)
=> lob逻辑读取:
pages的数字
,一页的大小为8 KB
See SET STATISTICS IO (Transact-SQL) => lob logical reads: Numbers .. of pages and one page is 8 KB in size


这篇关于SQL统计IO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆