| Author |
Message |
vadimgin
Joined: 14 Sep 2007 Posts: 2
|
Posted: Thu Jun 28, 2012 4:10 pm Post subject: performance issues with a server on another continent |
|
|
Hello.
One of my servers has moved across the atlantic. The pipe is very good, but comparing schema with a local server has become an issue.
Comparing a database between 2 local servers takes about 5 minutes (about 4,000 objects).
Comparing it between a local server and the transatlantic server takes well over an hour, which is not acceptable.
The issue it seems lies with thousands upon thousands of roundtrips which all execute DBCC PAGE
Can this behavior be modified? Are there any settings that I can change that can change this roundtripping behavior and fetch the data in one go?
thanks for any tips. |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1079
|
Posted: Thu Jun 28, 2012 4:49 pm Post subject: |
|
|
You could take a schema snapshot using the free SQL Snapper app and run the comparison locally? Would this work?
David Atkinson
Red Gate |
|
| Back to top |
|
 |
vadimgin
Joined: 14 Sep 2007 Posts: 2
|
Posted: Thu Jun 28, 2012 5:42 pm Post subject: |
|
|
thank you, that would work as a workaround, but very inconvenient as opposed to direct compares.
why does it use dbcc page anyway? it makes a round trip for every single page in the compare. any work in the pipeline to optimize it? |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group