How would I speed up the process of restoring without modifying too many of the configurations of the MySQL setup itself?
Edited by Fighter, 01 January 2011 - 09:59 PM.
Added that it is InnoDB
Edited by Fighter, 01 January 2011 - 09:59 PM.
Added that it is InnoDB
|
|
|
SET AUTOCOMMIT = 0;If you are aware of foreign keys and are checking is not needed in your specific application, this could reduce a few thousand checks
SET FOREIGN_KEY_CHECKS = 0;
0 members, 1 guests, 0 anonymous users