mview.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
  9. <view id="catalog_category_flat" class="Magento\Catalog\Model\Indexer\Category\Flat" group="indexer">
  10. <subscriptions>
  11. <table name="catalog_category_entity" entity_column="entity_id" />
  12. <table name="catalog_category_entity_decimal" entity_column="entity_id" />
  13. <table name="catalog_category_entity_int" entity_column="entity_id" />
  14. <table name="catalog_category_entity_text" entity_column="entity_id" />
  15. <table name="catalog_category_entity_varchar" entity_column="entity_id" />
  16. <table name="catalog_category_entity_datetime" entity_column="entity_id" />
  17. </subscriptions>
  18. </view>
  19. <view id="catalog_category_product" class="Magento\Catalog\Model\Indexer\Category\Product" group="indexer">
  20. <subscriptions>
  21. <table name="catalog_category_entity" entity_column="entity_id" />
  22. <table name="catalog_category_entity_int" entity_column="entity_id" />
  23. </subscriptions>
  24. </view>
  25. <view id="catalog_product_category" class="Magento\Catalog\Model\Indexer\Product\Category" group="indexer">
  26. <subscriptions>
  27. <table name="catalog_category_product" entity_column="product_id" />
  28. <table name="catalog_product_entity_int" entity_column="entity_id" />
  29. <table name="catalog_product_website" entity_column="product_id" />
  30. </subscriptions>
  31. </view>
  32. <view id="catalog_product_flat" class="Magento\Catalog\Model\Indexer\Product\Flat" group="indexer">
  33. <subscriptions>
  34. <table name="catalog_product_entity" entity_column="entity_id" />
  35. <table name="catalog_product_entity_datetime" entity_column="entity_id" />
  36. <table name="catalog_product_entity_decimal" entity_column="entity_id" />
  37. <table name="catalog_product_entity_gallery" entity_column="entity_id" />
  38. <table name="catalog_product_entity_int" entity_column="entity_id" />
  39. <table name="catalog_product_entity_media_gallery_value" entity_column="entity_id" />
  40. <table name="catalog_product_entity_text" entity_column="entity_id" />
  41. <table name="catalog_product_entity_tier_price" entity_column="entity_id" />
  42. <table name="catalog_product_entity_varchar" entity_column="entity_id" />
  43. </subscriptions>
  44. </view>
  45. <view id="catalog_product_price" class="Magento\Catalog\Model\Indexer\Product\Price" group="indexer">
  46. <subscriptions>
  47. <table name="catalog_product_entity" entity_column="entity_id" />
  48. <table name="catalog_product_entity_datetime" entity_column="entity_id" />
  49. <table name="catalog_product_entity_decimal" entity_column="entity_id" />
  50. <table name="catalog_product_entity_int" entity_column="entity_id" />
  51. <table name="catalog_product_entity_tier_price" entity_column="entity_id" />
  52. </subscriptions>
  53. </view>
  54. <view id="catalog_product_attribute" class="Magento\Catalog\Model\Indexer\Product\Eav" group="indexer">
  55. <subscriptions>
  56. <table name="catalog_product_entity_decimal" entity_column="entity_id" />
  57. <table name="catalog_product_entity_int" entity_column="entity_id" />
  58. <table name="catalog_product_entity_varchar" entity_column="entity_id" />
  59. </subscriptions>
  60. </view>
  61. </config>