You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2012/05/27 11:49:24 UTC

[jira] [Updated] (JCR-3282) Optimize usage of norms

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

Jukka Zitting updated JCR-3282:
-------------------------------

    Fix Version/s:     (was: 2.6)
                   2.5
    
> Optimize usage of norms
> -----------------------
>
>                 Key: JCR-3282
>                 URL: https://issues.apache.org/jira/browse/JCR-3282
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: indexing, jackrabbit-core
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>             Fix For: 2.5
>
>         Attachments: JCR-3282.patch
>
>
> There is a very significant potential for optimizing the size of the search index.
> We have seen a case where there were multiple segments with about the same number of nodes (roughly 10 million), but the size on disk was very different.
> One segment was 19 GB while all others where around 3 GB. The major difference was the number of fields indexed. The large segment had significantly more fields, which resulted in a large norms file.
> We should go through our implementation and see where norms are really necessary and disable tracking of norms wherever possible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira