You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2021/10/15 08:13:00 UTC

[jira] [Created] (FLINK-24564) Change the default compression to snappy for parquet, orc, avro in table

Jingsong Lee created FLINK-24564:
------------------------------------

             Summary: Change the default compression to snappy for parquet, orc, avro in table
                 Key: FLINK-24564
                 URL: https://issues.apache.org/jira/browse/FLINK-24564
             Project: Flink
          Issue Type: Improvement
          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table SQL / Runtime
            Reporter: Jingsong Lee
             Fix For: 1.15.0


According to the experience of other frameworks, snappy compression is recommended by default, which will reduce the file size.
This does not affect reading, because these formats will automatically uncompress the file according to the head information of the file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)