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

James Dyer commented on SOLR-2963:
----------------------------------

I was just going through the notes on SOLR-2564 and am wondering if the 
grouping module's cache would help performance in your case.  Have you tried 
setting "group.cache.percent" to a value > than the % of documents in the index 
your poor-performing queries return?  I haven't looked at the grouping module 
code so I'm not sure if it speeds up "nGroups" or not.
                
> Improving the performance of group.ngroups=true when there are a lot of 
> unique groups
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-2963
>                 URL: https://issues.apache.org/jira/browse/SOLR-2963
>             Project: Solr
>          Issue Type: Improvement
>          Components: SearchComponents - other
>    Affects Versions: 3.5
>         Environment: Linux (Debian 6) 64bit, Java 6, 21GB RAM (Xmx), Solr 3.5
>            Reporter: Michael Jakl
>
> The performance of computing the total number of groups (by setting 
> group.ngroups=true) degrades badly when there are many unique groups.
> It would be very useful to have an adequate number of groups to provide good 
> means for paging through the results etc.

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