mikemccand commented on issue #1234: Add compression for Binary doc value fields URL: https://github.com/apache/lucene-solr/pull/1234#issuecomment-581966699 @markharwood how can we reproduce these benchmarks? What were the log data documents storing as `BINARY` doc values fields? And how can indexing and searching get so much faster when compress/decompress is in the path! These numbers seem a little too good to believe ... but if they hold up, that's incredible. Lucene's default codec doesn't do any compression for `BINARY` doc values so it'd be great to add that, especially with fun issues looking to give [vectors first class support](http://issues.apache.org/jira/browse/LUCENE-9004) [in Lucene](https://issues.apache.org/jira/browse/LUCENE-9136) (backed by `BINARY` doc values, I think).
---------------------------------------------------------------- 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: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org