Exporting large sets of readings crashes
Opened this issue · 0 comments
jordancrawfordnz commented
I've had crashes in the past when exporting large sets of data (e.g.: several months).
This is likely because all readings are fetched in one request to the database. The server attempts to store this all in memory and runs out of memory to perform the export.
The export should be performed in batches, similar to how reading processing works.