You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #683 for a similar concept. In addition to encrypting/decrypting the data streams, Cryostat should also offer the ability to (de)compress data sent to or retrieved from object storage. This would primarily be useful for reducing the disk space consumption of JFR files.
If/when combined with #683, the flow should be raw -> compressed -> encrypted -> uploaded, and likewise downloaded -> decrypted -> decompressed -> processed. Encrypted data should not really be compressible, so any compression gains should be expected on the raw data.
Describe the feature
See #683 for a similar concept. In addition to encrypting/decrypting the data streams, Cryostat should also offer the ability to (de)compress data sent to or retrieved from object storage. This would primarily be useful for reducing the disk space consumption of JFR files.
If/when combined with #683, the flow should be
raw -> compressed -> encrypted -> uploaded
, and likewisedownloaded -> decrypted -> decompressed -> processed
. Encrypted data should not really be compressible, so any compression gains should be expected on the raw data.See also cryostatio/cryostat-legacy#732
See also #269
Anything other information?
No response
The text was updated successfully, but these errors were encountered: