XiangpengHao commented on issue #7363: URL: https://github.com/apache/arrow-rs/issues/7363#issuecomment-2797292029
> Thank you [@alamb](https://github.com/alamb) , LGTM, i will try to address those cases, one more question: > > Do we need to change page size to test it and compare since we cache the page? I think we also want to enable block compression: https://arrow.apache.org/rust/parquet/file/properties/struct.WriterPropertiesBuilder.html#method.set_compression Snappy or LZ4 is probably good enough for the benchmark purpose. ===== As a side note, I think we should by default enable compression in parquet writer settings. As parquet doesn't have good string encodings, without block compressions, string columns are practically almost uncompressed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org