Marcel Offermans created ACE-332:
------------------------------------
Summary: Compress repositories on disk
Key: ACE-332
URL: https://issues.apache.org/jira/browse/ACE-332
Project: ACE
Issue Type: Improvement
Components: Architecture, Deployment
Reporter: Marcel Offermans
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).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|