Actions
Story #6049
closed[Workbench] [Performance] [API] GET "/collections/<uuid>" is very expensive for large collections
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Performance
Target version:
-
Start date:
05/15/2015
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Getting a large collection from the API server takes a long time. When observed for the following, it took 20 to 60 seconds for GET:
GET "/collections/qr1hi-4zz18-tcnxylwkxg0nfhi"
It can be even worse for even larger collections.
Suggested solution: It is desirable that API server sends the manifest text in small chunks of 1MB (sort of paging).
Actions