ducklake icon indicating copy to clipboard operation
ducklake copied to clipboard

Support Parquet Compression

Open aliSadegh opened this issue 6 months ago • 1 comments

Hello everyone,

I would like to request a new feature to support compression when writing data. Currently, I’m using Parquet files as an archival tier for my data with the following format:

sql TO 'test.parquet' (FORMAT parquet, COMPRESSION zstd); It would be great if DuckDB could natively support this compression feature. Let me know if you need any additional details.

aliSadegh avatar May 28 '25 12:05 aliSadegh

I've added support for this here - https://github.com/duckdb/ducklake/pull/86

Mytherin avatar May 29 '25 07:05 Mytherin