Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.6.1
-
Fix Version/s: 0.8.0
-
Component/s: None
-
Labels:None
Description
Currently data is downloaded more than once.
Also it is stored within the database, which is causing some size constraints.
This improvement involves 2 tasks.
One is to cache downloaded data (time limited) in a temporary file with the http_downloader.
Second is to remove storage of data from within the database, and store within the filestore with only a reference to it stored within the database