1 post
Loading a 2GB CSV into an array kills your server. Here is how to stream, parse, and backpressure CSV data in Node.js without ever holding more than one row in memory at a time.