Compressing document store files

You can compress BLOB files to reduce their size in the document store.

About this task

Enabling BLOB file compression compresses all files that are stored in BLOB.

Procedure

  1. Open the common.properties file with a text editor from the $TOP/etc/default directory.
  2. Set the gzip_blobs parameter to true:
    gzip_blobs=true
  3. Save the common.properties file.