You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/12/29 14:23:14 UTC

[jira] [Resolved] (LUCENE-6133) improve default stored fields merge algorithm

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

Robert Muir resolved LUCENE-6133.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Trunk
                   5.0

> improve default stored fields merge algorithm
> ---------------------------------------------
>
>                 Key: LUCENE-6133
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6133
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Robert Muir
>             Fix For: 5.0, Trunk
>
>         Attachments: LUCENE-6133.patch
>
>
> This is not very efficient today. 
> We should try to improve the default one and not rely so much upon bulk merges. At the least we can use a specialized visitor, save some cpu, and avoid creating so much garbage.
> Another pain point in default merge is all the string creation and unicode encode/decoding back and forth. I don't tackle that here... but that would be fantastic to fix in another issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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