Skip to content

ProductVariants Indexer Fix #431

Closed
magento/commerce-data-export
#11
@bricht

Description

@bricht
Contributor

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.

  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.

Activity

m2-assistant

m2-assistant commented on Nov 13, 2020

@m2-assistant

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


added this to the EAP milestone on Nov 16, 2020
RuslanKostiv1

RuslanKostiv1 commented on Dec 4, 2020

@RuslanKostiv1
Contributor

fixed in scope of #437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @nrkapoor@bricht@RuslanKostiv1

    Issue actions

      ProductVariants Indexer Fix · Issue #431 · magento/catalog-storefront