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/05/05 11:50:03 UTC

[jira] [Created] (LUCENE-3075) DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index

DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index
------------------------------------------------------------------------------------------------------

                 Key: LUCENE-3075
                 URL: https://issues.apache.org/jira/browse/LUCENE-3075
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Index, Search
    Affects Versions: CSF branch
            Reporter: Simon Willnauer
            Assignee: Simon Willnauer
             Fix For: CSF branch


Currently docvalues create one file per field to store the docvalues. Yet this could easily lead to too many open files so me might need to enable CFS per codec to keep the number of files reasonable.

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


[jira] [Updated] (LUCENE-3075) DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer updated LUCENE-3075:
------------------------------------

    Affects Version/s:     (was: CSF branch)
                       4.0
        Fix Version/s:     (was: CSF branch)
                       4.0

update to 4.0 - fix once on trunk

> DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index
> ------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3075
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3075
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index, core/search
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>
> Currently docvalues create one file per field to store the docvalues. Yet this could easily lead to too many open files so me might need to enable CFS per codec to keep the number of files reasonable.

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


[jira] [Resolved] (LUCENE-3075) DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index

Posted by "Simon Willnauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer resolved LUCENE-3075.
-------------------------------------

    Resolution: Duplicate

This was fixed in LUCENE-3216

> DocValues should be optionally be stored in a PerCodec CFS file to prevent too many files in the index
> ------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3075
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3075
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index, core/search
>    Affects Versions: 4.0
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>
> Currently docvalues create one file per field to store the docvalues. Yet this could easily lead to too many open files so me might need to enable CFS per codec to keep the number of files reasonable.

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