imay opened a new issue #1389: Support bloom filter in new format segment
URL: https://github.com/apache/incubator-doris/issues/1389
 
 
   We should support bloom filter in new format segment, so we can convert old 
data into new format without impact query's performance.
   
   This will add BloomFilterPageBuilder which will create a bloom filter page. 
BloomFilterPageDecoder which will decode bloom filter page and provide test 
interface. And we should use bloom filter to avoid unused data load in 
SegmentIterator. And the detail will be fixed in future.
   
   #1305 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to