You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Nhat Nguyen (Jira)" <ji...@apache.org> on 2020/02/20 19:34:00 UTC

[jira] [Resolved] (LUCENE-9228) Sort docValues updates by terms before applying

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

Nhat Nguyen resolved LUCENE-9228.
---------------------------------
    Fix Version/s: 8.5
                   master (9.0)
       Resolution: Fixed

> Sort docValues updates by terms before applying
> -----------------------------------------------
>
>                 Key: LUCENE-9228
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9228
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: master (9.0), 8.5
>            Reporter: Nhat Nguyen
>            Priority: Major
>             Fix For: master (9.0), 8.5
>
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> If all DVUpdates update a single field to the same value, then we can apply these updates in the term order instead of the request order as both will yield the same result. This optimization allows us to iterate the term dictionary faster and de-duplicate updates.



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