ducklake
ducklake copied to clipboard
Support Parquet Compression
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.
I've added support for this here - https://github.com/duckdb/ducklake/pull/86