Skip to content

Commit ad61ec2

Browse files
committed
MAGETWO-99439: Exteremly slow removing from memory tables in GaleraDb
1 parent 8bd4141 commit ad61ec2

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

app/code/Magento/Bundle/Setup/Patch/Schema/ChangeTmpTablesEngine.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\Patch\SchemaPatchInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* Change engine for temporary tables to InnoDB.
15+
*/
1316
class ChangeTmpTablesEngine implements SchemaPatchInterface
1417
{
1518
/**

app/code/Magento/Catalog/Setup/Patch/Schema/ChangeTmpTablesEngine.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\Patch\SchemaPatchInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* Change engine for temporary tables to InnoDB.
15+
*/
1316
class ChangeTmpTablesEngine implements SchemaPatchInterface
1417
{
1518
/**

app/code/Magento/CatalogInventory/Setup/Patch/Schema/ChangeTmpTablesEngine.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\Patch\SchemaPatchInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* Change engine for temporary tables to InnoDB.
15+
*/
1316
class ChangeTmpTablesEngine implements SchemaPatchInterface
1417
{
1518
/**

app/code/Magento/Downloadable/Setup/Patch/Schema/ChangeTmpTablesEngine.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Setup\Patch\SchemaPatchInterface;
1111
use Magento\Framework\Setup\SchemaSetupInterface;
1212

13+
/**
14+
* Change engine for temporary tables to InnoDB.
15+
*/
1316
class ChangeTmpTablesEngine implements SchemaPatchInterface
1417
{
1518
/**

0 commit comments

Comments
 (0)