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
Hi, I'm facing huge problem exporting massive amount of data to Excel, I've tried many bundles out there, but in all of them, if I don't get out of memory exception, I get timeout exception. I'm trying to export +200k rows, so what I did is to paginate the request over 20 redirections (1st page export PAGE_SIZE = 50k rows to json, then redirect request to same location with manipulating display start and redirections, save next page to the same json... etc..). when it comes to transforming the json to excel, I'm facing same issues : either memory problem or timeout problem.
Can you tell me more about performances of this bundle ?
The text was updated successfully, but these errors were encountered:
Hi, I'm facing huge problem exporting massive amount of data to Excel, I've tried many bundles out there, but in all of them, if I don't get out of memory exception, I get timeout exception. I'm trying to export +200k rows, so what I did is to paginate the request over 20 redirections (1st page export PAGE_SIZE = 50k rows to json, then redirect request to same location with manipulating display start and redirections, save next page to the same json... etc..). when it comes to transforming the json to excel, I'm facing same issues : either memory problem or timeout problem.
Can you tell me more about performances of this bundle ?
The text was updated successfully, but these errors were encountered: