magento / catalog-storefront

Open Software License 3.0
7 stars 18 forks source link

ProductVariants Indexer Fix #431

Closed bricht closed 3 years ago

bricht commented 4 years ago

The product variants indexing process is inefficient, since it depends on catalog_product_category. Apply changes in https://github.com/magento/commerce-data-export/pull/11 Fix the faulty plugin so the indexer runs as expected on ee.

  1. Removed reliance on generic product index in mview.xml and index.xml
  2. Added some queries and plugins to make the indexing more specific and added a workaround for the disfunctional mview, by querying changes manually and adding to ids to the indexer_cl table in a CommitCallback.
m2-assistant[bot] commented 4 years ago

Hi @bricht. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


RuslanKostiv1 commented 3 years ago

fixed in scope of https://github.com/magento/catalog-storefront/issues/437