Jump to content

Processing One Billion Rows in PHP


wbmnfktr
 Share

Recommended Posts

This is pretty amazing stuff.

I recently worked on a few tasks for a client that involved parsing ticket sales data in CSV and Excel formats. I was only working with ~67,400 rows of data. I used my go-to library Simple Excel which gets the job done and has a great interface for looping, filtering, reading, writing, etc. data. Maybe I'll try playing around with that implementation at some point... I guess then I'd have to figure out how to write something efficiently- because deadlines can wait (haha).

Good share!

  • Like 3
Link to comment
Share on other sites

12 hours ago, FireWire said:

I used my go-to library Simple Excel which gets the job done

That looks very interesting, currently I use PhpSpreadsheet for such tasks, but I think the library is actually too big for what I use ? 

  • Like 1
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...