Bulk CSV: Upload 10k cases in under 1 minute #702
Labels
Data UI
Bug is related to Data frontend functionality
Data
Bug is related to data
P2: Nice to have
This would be nice to have, if we have time we will fix it, if not good to launch and fix later when
Describe the solution you'd like
We want to establish a reasonable upper bound on the recommended data size for bulk upload. We've chosen that to be 10k cases, and since it's advertised as an acceptable limit, we want it to complete in a similarly reasonable amount of time. For that, we've chosen <1 minute.
Describe alternatives you've considered
Additional context
This is also relevant to automated ingestion, which will use the same APIs as bulk upload. Automated ingestion, however, has an easier time sending large amounts of data. Since it's sent from a Docker image running with O(GB) of memory, we don't have to dance around sharding data in and out of the browser.
The text was updated successfully, but these errors were encountered: