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 9, 2024
1 parent 8deb100 commit 389dad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ composer require tweakwise/magento2-tweakwise-export

Enable module


If 'Store Level Export' enabled single store feed can be generated using the command line.
```sh
php bin/magento tweakwise:export --store '<storecode>'
Expand Down

0 comments on commit 389dad7

Please sign in to comment.