[ 
https://issues.apache.org/jira/browse/LUCENE-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789757#comment-13789757
 ] 

Michael McCandless commented on LUCENE-5265:
--------------------------------------------

+1

I was also wondering if we could somehow, if the acceptable overhead ratio is 
"high enough", not use any blocking and just make a single packed ints array.  
This is even more RAM wasting, since you lose the per-block compression, but w/ 
a high acceptable overhead ratio, that's the idea ... or, we could make a 
separate DVF for this case.

> Make BlockPackedWriter constructor take an acceptable overhead ratio
> --------------------------------------------------------------------
>
>                 Key: LUCENE-5265
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5265
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Adrien Grand
>
> Follow-up of http://search-lucene.com/m/SjmSW1CZYuZ1
> MemoryDocValuesFormat takes an acceptable overhead ratio but it is only used 
> when doing table compression. It should be used for all compression methods, 
> especially DELTA_COMPRESSED whose encoding is based on BlockPackedWriter.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to