Skip to content

Commit

Permalink
fix: use id instead of sku #39
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ah-net committed Apr 10, 2024
1 parent dad3813 commit 7f8fa8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Install package using composer
composer require tweakwise/magento2-tweakwise-export
```



Enable module

If 'Store Level Export' enabled single store feed can be generated using the command line.
Expand Down

0 comments on commit 7f8fa8a

Please sign in to comment.