[ 
https://issues.apache.org/jira/browse/SOLR-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581976#comment-13581976
 ] 

Gunnar Wagenknecht commented on SOLR-669:
-----------------------------------------

This bug is closed as duplicate but I can't actually see a link to the other 
issue this one duplicates. It would be nice if such a link can be added.
                
> SOLR currently does not support caching for (Query, FacetFieldList)
> -------------------------------------------------------------------
>
>                 Key: SOLR-669
>                 URL: https://issues.apache.org/jira/browse/SOLR-669
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.3
>            Reporter: Fuad Efendi
>   Original Estimate: 1,680h
>  Remaining Estimate: 1,680h
>
> It is huge performance bottleneck and it describes huge difference between 
> qtime and SolrJ's elapsedTime. I quickly browsed SolrIndexSearcher: it caches 
> only (Key, DocSet/DocList <Lucene Ids>) key-value pairs and it does not have 
> cache for (Query, FacetFieldList).
> filterCache stores DocList for each 'filter' and is used for constant 
> recalculations...
> This would be significant performance improvement.

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