-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF08, 5.6-RC1, 5.6
-
Component/s: None
-
Upgrade notes:
When importing a document from the web, the blob content is transfered to the core storage through a streaming blob. The content was persisted on the disk in a temporary location. The stream content is transferred to another file during the digest computation. This slows down the import process when working with large file. Instead of transferring the file, we want to move the temporary file into the binary storage.