I wrote a code to extract certain fields from a csv file but the problem is that in terms on performance its is a big fail. It takes about 2-4 minutes to process a 9MB csv file that has about 100000 rows of data.
I have tried it on a server with maximum amount of memory alloted to the php engine and the machine is a hard core one which only means that my code is bad.
my question is, is phpexcel a good choice to extract data which will have millions of rows of data. The machine that i have is very good so no worries in terms of cpu and memory.
Hope people don't find this silly.
I have tried it on a server with maximum amount of memory alloted to the php engine and the machine is a hard core one which only means that my code is bad.
my question is, is phpexcel a good choice to extract data which will have millions of rows of data. The machine that i have is very good so no worries in terms of cpu and memory.
Hope people don't find this silly.