Comments on: A progress report on MySQL Table Sync http://www.xaprb.com/blog/2007/04/02/a-progress-report-on-mysql-table-sync/ Stay curious! Mon, 13 May 2013 05:55:40 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2007/04/02/a-progress-report-on-mysql-table-sync/#comment-5468 Xaprb Tue, 03 Apr 2007 15:11:37 +0000 http://www.xaprb.com/blog/?p=279#comment-5468 Yes, that would work too, though it could be a lot of work on large tables. Do you think I should add an option to do that if the DBA thinks it’s the best way?

I already looked into ALTER TABLE … DISABLE KEYS but that only disables non-unique keys.

]]>
By: Scott Noyes http://www.xaprb.com/blog/2007/04/02/a-progress-report-on-mysql-table-sync/#comment-5467 Scott Noyes Tue, 03 Apr 2007 15:08:24 +0000 http://www.xaprb.com/blog/?p=279#comment-5467 A fourth way to do that update is to drop the indexes and recreate them after the update is complete.

]]>