Created
November 20, 2013 23:18
-
-
Save molotovbliss/7572997 to your computer and use it in GitHub Desktop.
Magento Upgrade EE: When using shell/url_migration_to_1_13.php this greatly increased the completion time by 4x-5x.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE `enterprise_url_rewrite_redirect` | |
ADD INDEX `redirect_id` (`redirect_id`) ; | |
ALTER TABLE `enterprise_url_rewrite` | |
ADD INDEX `request_path` (`request_path`) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment