Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
magento-engcom/import-export-improvements#43: make the customer impor…
…t work with large sets of customer data in the database on low memory systems - replace the usage of the CollectionByPagesIteratorFactory with a fetchAll when loading current customers from the database, this was causing issues because of the extra overhead that the the iterator caused by using objects to store each row's data in this way we can use a similar approach to how the product import loads old skus. See: Magento\Catalog\Model\ResourceModel\Product::getProductEntitiesInfo
- Loading branch information