kangpinghuang commented on issue #1389: Support bloom filter in new format 
segment
URL: 
https://github.com/apache/incubator-doris/issues/1389#issuecomment-555811201
 
 
   I will solve this issue. Here is my basic design:
   1. use BlockedBloomFilter to realize the bloom filter format, ref: 
https://github.com/apache/parquet-format/blob/master/BloomFilter.md
   2. use the IndexPage to add ordinal index for bloom filter index to load the 
required bf page and boost the query performance

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to