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

jose reyero’s picture

Status: Patch (to be ported) » Needs work

There's some difference from this to a patch that fixes the schema and performs the updates..

webflo’s picture

Version: master » 7.x-1.x-dev
jose reyero’s picture

Status: Needs work » Closed (won't fix)

Open for too long, no patch. Feel free to reopen if posting a patch.