Closed (won't fix)
Project:
Internationalization
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 12:03 UTC
Updated:
28 Apr 2012 at 17:11 UTC
Please optimize i18n default tables with following mysql code / create indexes in schema.
- ALTER TABLE `i18n_blocks` ADD INDEX `module-delta` (`module`, `delta`);
- ALTER TABLE `i18n_blocks` ADD INDEX `language` (`language`);
Comments
Comment #1
jose reyero commentedThere's some difference from this to a patch that fixes the schema and performs the updates..
Comment #2
webflo commentedComment #3
jose reyero commentedOpen for too long, no patch. Feel free to reopen if posting a patch.