|
Posted by Erland Sommarskog on 05/23/06 00:51
Thyagu (tdelli@gmail.com) writes:
> Does a database restoration perform any
> update-statistics/defragmentation by default.
As far as I know, no. Except, that if the MDF is very fragmented on the
source machine, and the target machine has space to accept it as
contiguous, you will see defragmentation on that level.
> We observed a marked improvement in performance when we restored the a
> database from an high end machine to a low machine.
Maybe the low-end machine has a single CPU? SQL Server sometimes goes
for parallel plans on multi-CPU machines that are not very efficient
at all.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|