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: 157
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.
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