I am trying to understand this section on compression of checkpoints which has me a bit confused https://ci.apache.org/projects/flink/flink-docs-stable/ops/state/large_state_tuning.html#compression
Could you please confirm if my understanding is correct: 1. Compression is disabled by default for full snapshots and needs to be turned on if required. 2. Current versions do not support changing the compression type (snappy by default) when enabled. Future versions will support configuring the compression type. 3. Compression is enabled by default for incremental snapshot. 4. The compression type cannot be configured for incremental savepoints. -- Regards, Deepthi