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

Adrien Grand closed SOLR-4375.
------------------------------

    Resolution: Won't Fix

Given how fast your queries are, I assume that all your index is in your I/O 
cache and your queries are rather simple. In that case, sure, stored fields 
compression can make your queries a little slower. However, I still think it is 
a good default: with sufficiently complex queries, the decompression overhead 
should be unnoticeable and it helps save disk seeks (which can take 10ms per 
stored document) when the index grows beyond the size of the I/O cache.
                
> Add config or schema option to turn off compressed stored fields in the 
> Lucene 4.1 index format
> -----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4375
>                 URL: https://issues.apache.org/jira/browse/SOLR-4375
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.1
>            Reporter: Shawn Heisey
>             Fix For: 4.2, 5.0
>
>
> There have been performance complaints on the mailing list about the default 
> compressed stored fields in the 4.1 index format.  There should be an option 
> to turn the compression off.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to