Content can be stored compressed in STageR If enabled, STageR uses the zlib library from NodeJS for compression. Both JSON and raw files stored in STageR can be compressed.

Content is compressed at the scope level and a isCompressed tag is added to each compressed content scope.

The option can be enabled/disabled per Storage Unit through the administration API.

PUT admin/enableContentCompression/<storage-unit>/<true-false>
  • No labels