jpountz commented on issue #12986:
URL: https://github.com/apache/lucene/issues/12986#issuecomment-1880750884

   I'd like to stick to the current policy that only the default codec has 
backward compatibility support. One idea would be to fold bloom filters into 
the default postings format like we did for the `Pulsing` codec (inlining 
postings in the terms dictionary when docFreq=1). One reason why I'm a bit on 
the fence about it is that this format still needs to materialize the bloom 
filter in heap at write time, while I'd like to keep heap requirements of the 
default codec as low as possible.
   
   That said, +1 to improve the bloom filter postings format to load the bloom 
filter off-heap at read time, this would be an interesting improvement.


-- 
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: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to