You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this plugin generates complete csv content before outputting it to the browser.
This can cause slowndowns or running out of memory when dealing with big number of rows.
I think it would be good idea to stream csv output instead (and flush() it every 100 rows)
The text was updated successfully, but these errors were encountered:
Would you be interested in creating a pull request? For large responses, I normally generate on the backend and provide a notification to the user that their response is ready, rather than generate on the fly.
What I'm trying to say is this isn't a problem I have in my applications, so I am unlikely to work on a fix.
I would like to generate really big csv files with large amounts of rows.
Currently this plugin generates complete csv content before outputting it to the browser.
This can cause slowndowns or running out of memory when dealing with big number of rows.
I think it would be good idea to stream csv output instead (and flush() it every 100 rows)
The text was updated successfully, but these errors were encountered: