Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Logical Reads x Buffer Pool Content

$
0
0
Hi All.I'm troubleshooting a specific query performance, and one of the first thing that i do is to check the statistics IO output.Below is one of the lines from statistics io result Table 'XXXXXX'. Scan count 0, logical reads 571960, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.But when i look into the buffer pool content (using sys.dm_os_buffer_descriptors), the total pages is 7.941 for the same table.if i run the same query again, the result is the same (statistics io reports a lot of logical reads , but the buffer descriptors contains far less pages).Does anyone know why these values are so different?I'm using sql server 2014 SP2 enterprise edition.Thanks,Luiz

Viewing all articles
Browse latest Browse all 3145

Trending Articles