I have a situation that I am investigating, I am looking to compress parquet files that are sitting on AWS S3, the typical sizes for those files are 90-100 MB, the reason for that is to reduce I/O operations. I am looking to use iceberg connector to compress those files.
The problem I have is that this is experimental and I don't have a best way of going about this, are the any approaches I could adopt on using iceberg connectors?