Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Analyze and implement compression for the "blobs" we store in the repositories. Especially for the deployment repository. We should probably do this when transforming our XML to a stream, so all layers below see this compressed blob. By doing it like that, we can automatically take advantage of the smaller, compressed blobs when replicating and doing a "checkout" at a client. So it has an advantage both on disk and when sending them over the network. Early tests show compressions of over 95% (which might decrease as we implement ACE-329).