Physical and Logical Reads on different hardware

  • Hi All,

    I am testing performance of a stored procedure on the same hardware, but two different drives - HDD and SSD. Databases are the same - restored from the same backup and hasn't changed sinse then. I compared the execution plans - they are the same. The SSD one is much quicker, which is what I was expecting, but the strange thing is that number of logical and physical reads is different between two runs - SSD always has less reads. The procedure is called with the same set of parameters, it does exactly the same thing according to the execution plan and returns the same number of records. Does anyone have any idea why they can be different? SSD one always has less reads.

    Thanks.

  • SQL Server version is the same:

    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

  • There are a number of possibilities - too many to speculate on. If you would like a precise answer, please post the full output from the two runs with SET STATISTICS IO ON, and actual execution plans (in *.sqlpan format) for the two runs.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply