Choosing File Compression - Altinity/parquet-regression GitHub Wiki
Compression
"options": {
"compression": "snappy",
}
The value for compression
can be anything from: UNCOMPRESSED
, SNAPPY
, GZIP
, LZO
, BROTLI
, LZ4
, ZSTD
.
"options": {
"compression": "snappy",
}
The value for compression
can be anything from: UNCOMPRESSED
, SNAPPY
, GZIP
, LZO
, BROTLI
, LZ4
, ZSTD
.