Results 8 comments of Bijal Bhavsar

Hi Andrea, Thank you for your response. We have around 1200000 products to import and those are simple products. We have created 12 CSV files with 100000 bunch of products...

Hi Avstudnitz, Are you able to get my concern about speedup importation. Awaiting for your reply. Thank You, Bijal

Hi Avstudnitz, We already having "Partial indexing" set to "Off" - Is ther any other way to speed up the process?

@avstudnitz @paales Kindly find my answer to each questions. Q: What is "Lac"? A: Lac = 100000 record. Q: How many products are you importing A: We require to import...

@paales - kindly find below code snippet which executes as per the scheduled cron for every 15 minutes. ``` $range=100000; $logfilepath=Mage::getBaseDir('var').DS.'log'.DS.'data'.DS.'logs'; $logfilename='feed'.DS.'logs'.DS.'feed_'.date("Y_m_d").'.log'; if(!file_exists($logfilepath)) mkdir($logfilepath,0777); function getVisibilityId($visibility) { $visibilityArray = array(...

Thanks @avstudnitz - let me try that and get back to you.

@avstudnitz we have updated from 1000 chunk to 50000 and parse 50000 product CSV file and executed script - it took 16368.98 seconds to import 49445 products. Please suggest workaround...

It is taking around 4 hours to import 200K records without inventory, As we were using Magestore Inventory management extension for multiple warehouses and plants. (with indexing enable) Here we...