EmicoEcommerce / Magento2TweakwiseExport

Magento 2 module for Tweakwise export
Other
1 stars 10 forks source link

fix: use id instead of SKU #39

Closed ah-net closed 3 months ago

ah-net commented 3 months ago

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 7.0.0-beta.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: