|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Yesterday @ 9:00 PM
Points: 1,612,
Visits: 2,795
|
|
I am a little confused about the concept of physical reads:
In Extended event, I add an event, and filter by physical_reads, the definition of it is: physical_reads (package0.uint64) The number of physical page reads issued by the batch. Does this mean to read from hard disk?
Also in Performance monitor, if I select the counter SQL Server: Buffer Manager:Physical reads/sec
The description is : Number of physical database page reads issued. Does this also mean to read from physical disk or read from Buffer manager?
Thanks
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 11:55 AM
Points: 108,
Visits: 361
|
|
Physical Reads= data pages read from hard drive Logical Reads= data pages read from buffer pool (data catch)
Cheers , Pooyan D ________________________________________________ Microsoft Certified Technology Specialist : SQL Server 2008
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Yesterday @ 9:00 PM
Points: 1,612,
Visits: 2,795
|
|
Thanks, how about the counter:
SQL Server: Buffer Manager:Physical reads/sec
Does this mean per second physical read from hard disk or buffer manager?
Thanks
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 11:55 AM
Points: 108,
Visits: 361
|
|
from Hard Drive
Cheers , Pooyan D ________________________________________________ Microsoft Certified Technology Specialist : SQL Server 2008
|
|
|
|