Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Exporting large sets of readings crashes #6

Open
jordancrawfordnz opened this issue Mar 18, 2018 · 0 comments
Open

Exporting large sets of readings crashes #6

jordancrawfordnz opened this issue Mar 18, 2018 · 0 comments

Comments

@jordancrawfordnz
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant