|
1238 | 1238 | <column name="website_id"/> |
1239 | 1239 | </constraint> |
1240 | 1240 | </table> |
1241 | | - <table name="catalog_product_index_price_cfg_opt_agr_tmp" resource="default" engine="memory" |
| 1241 | + <table name="catalog_product_index_price_cfg_opt_agr_tmp" resource="default" engine="innodb" |
1242 | 1242 | comment="Catalog Product Price Indexer Config Option Aggregate Temp Table"> |
1243 | 1243 | <column xsi:type="int" name="parent_id" padding="10" unsigned="true" nullable="false" identity="false" |
1244 | 1244 | comment="Parent ID"/> |
|
1279 | 1279 | <column name="website_id"/> |
1280 | 1280 | </constraint> |
1281 | 1281 | </table> |
1282 | | - <table name="catalog_product_index_price_cfg_opt_tmp" resource="default" engine="memory" |
| 1282 | + <table name="catalog_product_index_price_cfg_opt_tmp" resource="default" engine="innodb" |
1283 | 1283 | comment="Catalog Product Price Indexer Config Option Temp Table"> |
1284 | 1284 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1285 | 1285 | comment="Entity ID"/> |
|
1327 | 1327 | <column name="website_id"/> |
1328 | 1328 | </constraint> |
1329 | 1329 | </table> |
1330 | | - <table name="catalog_product_index_price_final_tmp" resource="default" engine="memory" |
| 1330 | + <table name="catalog_product_index_price_final_tmp" resource="default" engine="innodb" |
1331 | 1331 | comment="Catalog Product Price Indexer Final Temp Table"> |
1332 | 1332 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1333 | 1333 | comment="Entity ID"/> |
|
1375 | 1375 | <column name="website_id"/> |
1376 | 1376 | </constraint> |
1377 | 1377 | </table> |
1378 | | - <table name="catalog_product_index_price_opt_tmp" resource="default" engine="memory" |
| 1378 | + <table name="catalog_product_index_price_opt_tmp" resource="default" engine="innodb" |
1379 | 1379 | comment="Catalog Product Price Indexer Option Temp Table"> |
1380 | 1380 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1381 | 1381 | comment="Entity ID"/> |
|
1418 | 1418 | <column name="option_id"/> |
1419 | 1419 | </constraint> |
1420 | 1420 | </table> |
1421 | | - <table name="catalog_product_index_price_opt_agr_tmp" resource="default" engine="memory" |
| 1421 | + <table name="catalog_product_index_price_opt_agr_tmp" resource="default" engine="innodb" |
1422 | 1422 | comment="Catalog Product Price Indexer Option Aggregate Temp Table"> |
1423 | 1423 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1424 | 1424 | comment="Entity ID"/> |
|
1470 | 1470 | <column name="value"/> |
1471 | 1471 | </index> |
1472 | 1472 | </table> |
1473 | | - <table name="catalog_product_index_eav_tmp" resource="default" engine="memory" |
| 1473 | + <table name="catalog_product_index_eav_tmp" resource="default" engine="innodb" |
1474 | 1474 | comment="Catalog Product EAV Indexer Temp Table"> |
1475 | 1475 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1476 | 1476 | comment="Entity ID"/> |
|
1489 | 1489 | <column name="value"/> |
1490 | 1490 | <column name="source_id"/> |
1491 | 1491 | </constraint> |
1492 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_ATTRIBUTE_ID" indexType="hash"> |
| 1492 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_ATTRIBUTE_ID" indexType="btree"> |
1493 | 1493 | <column name="attribute_id"/> |
1494 | 1494 | </index> |
1495 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_STORE_ID" indexType="hash"> |
| 1495 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_STORE_ID" indexType="btree"> |
1496 | 1496 | <column name="store_id"/> |
1497 | 1497 | </index> |
1498 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_VALUE" indexType="hash"> |
| 1498 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_TMP_VALUE" indexType="btree"> |
1499 | 1499 | <column name="value"/> |
1500 | 1500 | </index> |
1501 | 1501 | </table> |
|
1528 | 1528 | <column name="value"/> |
1529 | 1529 | </index> |
1530 | 1530 | </table> |
1531 | | - <table name="catalog_product_index_eav_decimal_tmp" resource="default" engine="memory" |
| 1531 | + <table name="catalog_product_index_eav_decimal_tmp" resource="default" engine="innodb" |
1532 | 1532 | comment="Catalog Product EAV Decimal Indexer Temp Table"> |
1533 | 1533 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1534 | 1534 | comment="Entity ID"/> |
|
1547 | 1547 | <column name="value"/> |
1548 | 1548 | <column name="source_id"/> |
1549 | 1549 | </constraint> |
1550 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_ATTRIBUTE_ID" indexType="hash"> |
| 1550 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_ATTRIBUTE_ID" indexType="btree"> |
1551 | 1551 | <column name="attribute_id"/> |
1552 | 1552 | </index> |
1553 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_STORE_ID" indexType="hash"> |
| 1553 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_STORE_ID" indexType="btree"> |
1554 | 1554 | <column name="store_id"/> |
1555 | 1555 | </index> |
1556 | | - <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_VALUE" indexType="hash"> |
| 1556 | + <index referenceId="CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_VALUE" indexType="btree"> |
1557 | 1557 | <column name="value"/> |
1558 | 1558 | </index> |
1559 | 1559 | </table> |
|
1592 | 1592 | <column name="min_price"/> |
1593 | 1593 | </index> |
1594 | 1594 | </table> |
1595 | | - <table name="catalog_product_index_price_tmp" resource="default" engine="memory" |
| 1595 | + <table name="catalog_product_index_price_tmp" resource="default" engine="innodb" |
1596 | 1596 | comment="Catalog Product Price Indexer Temp Table"> |
1597 | 1597 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
1598 | 1598 | comment="Entity ID"/> |
|
1617 | 1617 | <column name="customer_group_id"/> |
1618 | 1618 | <column name="website_id"/> |
1619 | 1619 | </constraint> |
1620 | | - <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_CUSTOMER_GROUP_ID" indexType="hash"> |
| 1620 | + <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_CUSTOMER_GROUP_ID" indexType="btree"> |
1621 | 1621 | <column name="customer_group_id"/> |
1622 | 1622 | </index> |
1623 | | - <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_WEBSITE_ID" indexType="hash"> |
| 1623 | + <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_WEBSITE_ID" indexType="btree"> |
1624 | 1624 | <column name="website_id"/> |
1625 | 1625 | </index> |
1626 | | - <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_MIN_PRICE" indexType="hash"> |
| 1626 | + <index referenceId="CATALOG_PRODUCT_INDEX_PRICE_TMP_MIN_PRICE" indexType="btree"> |
1627 | 1627 | <column name="min_price"/> |
1628 | 1628 | </index> |
1629 | 1629 | </table> |
1630 | | - <table name="catalog_category_product_index_tmp" resource="default" engine="memory" |
| 1630 | + <table name="catalog_category_product_index_tmp" resource="default" engine="innodb" |
1631 | 1631 | comment="Catalog Category Product Indexer temporary table"> |
1632 | 1632 | <column xsi:type="int" name="category_id" padding="10" unsigned="true" nullable="false" identity="false" |
1633 | 1633 | default="0" comment="Category ID"/> |
|
1646 | 1646 | <column name="product_id"/> |
1647 | 1647 | <column name="store_id"/> |
1648 | 1648 | </constraint> |
1649 | | - <index referenceId="CAT_CTGR_PRD_IDX_TMP_PRD_ID_CTGR_ID_STORE_ID" indexType="hash"> |
| 1649 | + <index referenceId="CAT_CTGR_PRD_IDX_TMP_PRD_ID_CTGR_ID_STORE_ID" indexType="btree"> |
1650 | 1650 | <column name="product_id"/> |
1651 | 1651 | <column name="category_id"/> |
1652 | 1652 | <column name="store_id"/> |
|
0 commit comments