Extremely slow performance on a powerful database server
schedde
Posts: 8
I tested my data compare project on my dev machine and it took about 7 mts to compare and synchronize two databases. The same project took more than an hour on a more powerful (more memory, quad processors, more disk space etc.) database server, which is also the source database server.
What gives?
How can I go about figuring out what is making the synchronization so much slower?
Regards
What gives?
How can I go about figuring out what is making the synchronization so much slower?
Regards
Sreenivas Chedde
Comments
That's very strange! What architecture / OS is the high performance server, out of interest?
The only other thing I can think of is that if you're running the comparison on the same box as the database is coming from, you're causing a whole load more disk seeks as SQL Server reads data then Data Compare writes it. However, I'd be amazed if it made as much of a difference as you're seeing.
Lastly, are you comparing between two live databases, or is one a backup?
Thanks,
Robert
Red Gate
Are there any diagnostics I can run to get a clue?
Thanks for the reply,
Regards,