You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/11/18 15:48:11 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #2087: LUCENE-9613: Split ordinals into blocks when it saves 10+% space.

jpountz opened a new pull request #2087:
URL: https://github.com/apache/lucene-solr/pull/2087


   This changes the way that doc values write ordinals so that Lucene splits into
   blocks if it would save more than 10% space, like we do for numeric fields. By
   the way, we are now using the same code path to write ordinals and numbers.
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] jpountz closed pull request #2087: LUCENE-9613: Split ordinals into blocks when it saves 10+% space.

Posted by GitBox <gi...@apache.org>.
jpountz closed pull request #2087:
URL: https://github.com/apache/lucene-solr/pull/2087


   


-- 
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] jpountz commented on pull request #2087: LUCENE-9613: Split ordinals into blocks when it saves 10+% space.

Posted by GitBox <gi...@apache.org>.
jpountz commented on pull request #2087:
URL: https://github.com/apache/lucene-solr/pull/2087#issuecomment-862215248


   Superseded by https://github.com/apache/lucene/pull/186


-- 
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:
users@infra.apache.org



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