[ https://issues.apache.org/jira/browse/SOLR-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925900#action_12925900 ]
Martijn van Groningen edited comment on SOLR-2205 at 10/28/10 2:23 PM: ----------------------------------------------------------------------- bq. the searchtime was around 300 ms whereas the same query without the code changes BTW this doesn't apply to the first search. The first search is *slow*, but by configuring query listeners the first user wouldn't notice. was (Author: martijn): bq. the searchtime was around 300 ms whereas the same query without the code changes BTW this doesn't apply on the first search. The first search is *slow*, but by configuring query listeners the first user wouldn't notice. > Grouping performance improvements > --------------------------------- > > Key: SOLR-2205 > URL: https://issues.apache.org/jira/browse/SOLR-2205 > Project: Solr > Issue Type: Sub-task > Components: search > Affects Versions: 4.0 > Reporter: Martijn van Groningen > Fix For: 4.0 > > Attachments: SOLR-2205.patch > > > This issue is dedicated to the performance of the grouping functionality. > I've noticed that the code is not really performing on large indexes. Doing a > search (q=*:*) with grouping on an index from around 5M documents took around > one second on my local development machine. We had to support grouping on an > index that holds around 50M documents per machine, so we made some changes > and were able to happily serve that amount of documents. Patch will follow > soon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org