[
https://issues.apache.org/jira/browse/SOLR-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553626#comment-13553626
]
Mickael Magniez edited comment on SOLR-2963 at 1/15/13 10:34 AM:
-----------------------------------------------------------------
Hi,
Any chance to see this issue resolved soon? We plan to migrate our ecommerce
website (3M documents) to Solr, but we need field collapsing, with decent
performances when retrieving groupcount.
Some facts about our performance :
1M document (700MB), 2CPU/8GB machine (2GB jvm)
For a query matching 100k documents, 700ms with ngoups=true vs 70ms with
ngroups=false
I have a workaround for grouping on single field : i ask a facet on the field
used for grouping, with facet.limit=-1 and count values. I don't know if the
same trick could be used internally in Solr?
was (Author: mickael.magniez):
Hi,
Any chance to see this issue resolved soon? We plan to migrate our ecommerce
website (3M documents) to Solr, but we need field collapsing, with decent
performances when retrieving groupcount.
Some facts about our performance :
1M document (700MB), 2CPU/8GB machine (2GB jvm)
For a query matching 100k documents, 700ms with ngoups=true vs 70ms with
ngroups=false
> 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]