Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Export CSV] Support large export of large datasets #2091

Open
gino-m opened this issue Nov 15, 2024 · 3 comments · May be fixed by #2125
Open

[Export CSV] Support large export of large datasets #2091

gino-m opened this issue Nov 15, 2024 · 3 comments · May be fixed by #2125
Assignees
Labels
type: fr Request for new feature web Angular implementation of Web UI
Milestone

Comments

@gino-m
Copy link
Collaborator

gino-m commented Nov 15, 2024

CERSGIS was trying to export 2.5MB of data and the Cloud Function failed with OOM. This required @rfontanarosa to increase the amount of available to by Cloud Functions. We will eventually hit that limit as well; instead we should try to stream the data as we were doing before rather than loading the entire dataset in memory on the server before sending.

@gino-m gino-m added type: fr Request for new feature web Angular implementation of Web UI labels Nov 15, 2024
@gino-m gino-m added this to the GA release milestone Nov 15, 2024
@gino-m gino-m added the for pm/ux review Product decision needed label Nov 15, 2024
@rfontanarosa rfontanarosa self-assigned this Dec 3, 2024
@rfontanarosa rfontanarosa moved this to In Progress in Ground Dec 3, 2024
@gino-m
Copy link
Collaborator Author

gino-m commented Dec 3, 2024

@kenstershiro
Copy link
Collaborator

Will be needed for geojson exports too.
To assess if increase of memory is a sufficient mitigation at the moment. @jabramowitz5 and @gino-m to check recent examples - seems to still be an issue

@kenstershiro kenstershiro removed the for pm/ux review Product decision needed label Dec 13, 2024
@jabramowitz5
Copy link
Collaborator

Confirmed that our largest survey (~5,000 entries) is still unable to be exported from web platform - attempting causes it to load briefly and then gives message "Service unavailable"

Other smaller surveys (i.e. with ~2000 entries) are functioning normally with successful export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: fr Request for new feature web Angular implementation of Web UI
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

4 participants