JigaoLuo opened a new issue, #7552:
URL: https://github.com/apache/arrow-rs/issues/7552

   Hi all,
   
   Thanks for the great tool `parquet-rewrite`. I frequently use it to optimize 
Parquet files for faster reads. A configurable BloomFilterPosition parameter 
would be a huge win, and this parameter is necessary for me:
   > BloomFilterPosition::End
   > Write Bloom Filters at the end of the file
   > This allows better data locality for readers, at the cost of memory usage 
for writers.
   
   You can fine it here: 
https://docs.rs/parquet/latest/parquet/file/properties/enum.BloomFilterPosition.html
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to