[jira] [Commented] (SOLR-7239) StatsComponent perf improvement for min, max, and situations where all stats disabled

2015-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-7239:
---

Commit 1666310 from hoss...@apache.org in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1666310 ]

SOLR-7239: improved performance of min & max in StatsComponent, as well as 
situations where local params disable all stats (merge r1666294)

> StatsComponent perf improvement for min, max, and situations where all stats 
> disabled
> -
>
> Key: SOLR-7239
> URL: https://issues.apache.org/jira/browse/SOLR-7239
> Project: Solr
>  Issue Type: Improvement
>Reporter: Hoss Man
>Assignee: Hoss Man
> Attachments: SOLR-7324.patch
>
>
> as mentioned in SOLR-6349, when i started doing perf testing of requesting 
> individual stats, i noticed that min (and it turns out max) were slower to 
> compute then more complex stats like sum & mean.
> While investigating, i realized that we can also optimize the case where a 
> stats.field param is specified, but no stats are computed for example: 
> stats.field={!min=$doMin}fieldname&doMin=false



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-7239) StatsComponent perf improvement for min, max, and situations where all stats disabled

2015-03-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-7239:
---

Commit 1666294 from hoss...@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1666294 ]

SOLR-7239: improved performance of min & max in StatsComponent, as well as 
situations where local params disable all stats

> StatsComponent perf improvement for min, max, and situations where all stats 
> disabled
> -
>
> Key: SOLR-7239
> URL: https://issues.apache.org/jira/browse/SOLR-7239
> Project: Solr
>  Issue Type: Improvement
>Reporter: Hoss Man
>Assignee: Hoss Man
> Attachments: SOLR-7324.patch
>
>
> as mentioned in SOLR-6349, when i started doing perf testing of requesting 
> individual stats, i noticed that min (and it turns out max) were slower to 
> compute then more complex stats like sum & mean.
> While investigating, i realized that we can also optimize the case where a 
> stats.field param is specified, but no stats are computed for example: 
> stats.field={!min=$doMin}fieldname&doMin=false



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org