yabola opened a new pull request, #1023:
URL: https://github.com/apache/parquet-mr/pull/1023

   Bloomfilter needs to load from filesystem, it may costs time and space. If 
we can  exactly determine the existence/nonexistence of the value from other 
filters , then we can avoid using Bloomfilter to Improve performance.
    
   When the minMax values in  StatisticsFilter is same, we can exactly 
determine the existence/nonexistence of the value.
   When we have page dictionaries, we can also determine the 
existence/nonexistence of the value.


-- 
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: dev-unsubscr...@parquet.apache.org

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

Reply via email to