This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Description
imported from: magento/magento2#10914
When importing huge amounts of products Magento 2 is loading contents of importexport_importdata to memory and then iterate it in memory which results in huge memory usage
Preconditions
- Magento 2.1.7
- CSV with 1 500 000 products
Steps to reproduce
- Validate 1 500 000 products
- Run import
Expected result
- Memory usage for iterating trough import data should be constant
Actual result
- Whole table contents is loaded to memory