-
Notifications
You must be signed in to change notification settings - Fork 11
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
Handle very large files #560
Comments
Use this file for testing: http://databank.worldbank.org/data/download/WDI_excel.zip |
Another test dataset. This one is only ~16K rows. |
@g1eb both files kethia added are rejected by the frontend as too large |
@devowit the second file Ke-Thia ( The other file ( |
I've changed the theoretical limit in the app_config.py:42 from 16mb to a 100mb
|
@g1eb Would you please do some profiling to see what file size can t2wml handle and how long does it take for the results to return |
I tried to upload this 1.8 MB file and got an error:
|
ahh, one more filter that was not allowing large files - nginx, I fixed that now. Here's the nginx setting in case causx needs to set the same setting on their end: usc-isi-i2/t2wml-web@d6cfb01 |
I am still getting a timeout error with nginx modification.
|
Which file is this Ke-Thia? I had to update the limit again to be around 500mb. |
It's WDI. I will try again |
I was uploading the CSV version, which is bigger than 100MB |
Right, it should work now with the limit being 500mb, it would still take a long time though. |
@devowit I tried suggest annotations on WDI dataset. It look 33 minutes on my machine, and it returned a 2GB json. Most of the json are error messages, which the web front end ignores. How about having an option that suppresses error messages. |
currently suggest annotations returns a full layer result, not just the suggested annotation. There are two options:
|
We would need the annotations to be present in the layers in order to draw them. What part of the response is dependent on the start and end indexes? Annotations returned are based on all the rows regardless of the indexes I would provide. |
The text was updated successfully, but these errors were encountered: