Description
The product variants indexing process is inefficient, since it depends on catalog_product_category.
Apply changes in magento/commerce-data-export#11
Fix the faulty plugin so the indexer runs as expected on ee.
- Removed reliance on generic product index in mview.xml and index.xml
- 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.
Activity
m2-assistant commentedon Nov 13, 2020
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 commentedon Dec 4, 2020
fixed in scope of #437