Administrator can change setting to compressed storage.


System will perform compression using zip, and store the compressed file to database.

When user requests the document, the system will automatically decompress the document and pass the original document to requestor.


The process of compression or decompress is performed at the background. Users does not need to do anything.


The benefit of this feature is smaller size of database storage used in the system.

If the versioning in Document Library is enabled, Administrator should consider this option to save spaces.


There is minimal performance impact when enabling this feature, because system always have to compress/decompress the file. If the file size is big, system will take longer time to upload or download the document.