You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Tang (JIRA)" <ji...@apache.org> on 2019/01/14 08:36:00 UTC

[jira] [Created] (FLINK-11313) [checkpoint] Introduce LZ4 compression for keyed state in full checkpoints and savepoints

Yun Tang created FLINK-11313:
--------------------------------

             Summary: [checkpoint] Introduce LZ4 compression for keyed state in full checkpoints and savepoints
                 Key: FLINK-11313
                 URL: https://issues.apache.org/jira/browse/FLINK-11313
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
            Reporter: Yun Tang
            Assignee: Yun Tang
             Fix For: 1.8.0


In our production environment, we prefer to use LZ4 instead of Snappy as compression for better performance, which is also [recommended by RocksDB |https://github.com/facebook/rocksdb/wiki/Compression#configuration].

I plan to introduce LZ4 except for now existing snappy compression for keyed state in full checkpoint and savepoints.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)