in reply to Re^4: Comparing tables over multiple servers
in thread Comparing tables over multiple servers
Okay. You got me there. Though I do have to wonder about the time spent calculating the CRCs (using SQL) relative to transmitting the data. If the machines are connected by a high-speed (10Mbits/s or greater) network connection, I would think it would be a close run thing.
It would be quicker if you could CRC the underlying filesystem entities in which the data is stored, but of course, any difference in the transaction histories, database configurations or versions, or even the disk drives would thrown the comparison out.
And, once you have discovered that there is a difference, you have still to corrected it, and you're right back where you started from needing to transmit the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Comparing tables over multiple servers
by rnahi (Curate) on Oct 27, 2005 at 21:28 UTC | |
by BrowserUk (Patriarch) on Oct 28, 2005 at 00:26 UTC |