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

[jira] [Resolved] (LUCENE-10189) Optimize SortedSet/SortedNumeric doc values writers for fields that are effectively single-valued

     [ https://issues.apache.org/jira/browse/LUCENE-10189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrien Grand resolved LUCENE-10189.
-----------------------------------
    Fix Version/s: main (9.0)
       Resolution: Fixed

> Optimize SortedSet/SortedNumeric doc values writers for fields that are effectively single-valued
> -------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10189
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10189
>             Project: Lucene - Core
>          Issue Type: Wish
>            Reporter: Adrien Grand
>            Priority: Minor
>             Fix For: main (9.0)
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I was wondering how much overhead multi-valued doc-value types have over their single-valued counterparts, so I hacked IndexTaxis to index all doc-value fields via Sorted(Set|Numeric)DocValuesField instead of (Sorted|Numeric)DocValuesField and flush times increased by 30%. It should be easy to automatically detect such cases in the doc values writers?



--
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