Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Created November 20, 2013 23:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save molotovbliss/7572997 to your computer and use it in GitHub Desktop.
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.
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