-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Tags:
-
Team:PLATFORM
We would like to parallelize the blobs retrieval when Nuxeo Server is asked to zip them.
This is currently done sequentially by the BlobUtils#zip method (for instance in BulkDownload operation) or by the DocumentReader/DocumentWriter API (for instance in ExportDocument operation).
We could replace/improve the BulkDownload operation with a BAF action (such as the one done for CSVExport) with a computation doing the download in parallel.
For other cases, such as DocumentReader/DocumentWriter, as the operation could be included in other chains, we may want to provide a solution with a dedicated Executor.
- is related to
-
NXP-30782 Optimize Folderish rendition generation with S3
- Resolved