getConnection(); $memoryTables = array( 'bundle/option_indexer_tmp', 'bundle/selection_indexer_tmp', 'bundle/price_indexer_tmp', ); foreach ($memoryTables as $table) { $connection->changeTableEngine($installer->getTable($table), Varien_Db_Adapter_Pdo_Mysql::ENGINE_MEMORY); }