You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2011/06/27 14:34:47 UTC

[jira] [Updated] (LUCENE-3217) Improve DocValues merging

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

Simon Willnauer updated LUCENE-3217:
------------------------------------

    Attachment: LUCENE-3217.patch

here is a patch for int variant. All fixed int variants are merged without loading them into memory and bulk merged if no deleted docs are present.

> Improve DocValues merging
> -------------------------
>
>                 Key: LUCENE-3217
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3217
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-3217.patch
>
>
> Some DocValues impl. still load all values from merged segments into memory during merge. For efficiency we should merge them on the fly without buffering in memory

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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