SQL Server Prefetch and Query Performance

Posted on SQL Server Central See other posts from SQL Server Central
Published on Thu, 14 Jun 2012 06:00:00 UT Indexed on 2012/06/20 21:21 UTC
Read the original article Hit count: 139

Filed under:

Prefetching can make a surprising difference to SQL Server query execution times where there is a high incidence of waiting for disk i/o operations, but the benefits come at a cost. Mostly, the Query Optimizer gets it right, but occasionally there are queries that would benefit from tuning.

SQL Backup Pro 7.0 Get smart with SQL Backup Pro
Get faster, smaller backups with integrated verification.
Quickly and easily DBCC CHECKDB your backups.
Learn more.

© SQL Server Central or respective owner