You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Jaison.Bi (Jira)" <ji...@apache.org> on 2021/02/07 06:44:00 UTC

[jira] [Created] (LUCENE-9737) Flexible configuration of DocValue compressions

Jaison.Bi created LUCENE-9737:
---------------------------------

             Summary: Flexible configuration of DocValue compressions
                 Key: LUCENE-9737
                 URL: https://issues.apache.org/jira/browse/LUCENE-9737
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/codecs
    Affects Versions: master (9.0)
            Reporter: Jaison.Bi


LUCENE-9211 added compression for Binary DocValues.

LUCENE-9633 added compression for Terms Dict from SortedSet/Sorted DocValues.

LUCENE-9378 makes Binary DocValues compression configurable, it introduces two modes: 
 * BEST_SPEED
 * BEST_COMPRESSION

It's simple to use...so Terms-dict compression shares the same configuration.

But some users may only want to try Terms Dict compression, since Binary DocValue compression may cause performance reduction..

So we need to make configuration flexible.

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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