10:45
To: solr-user@lucene.apache.org
Subject: Re: JSON facet performance for aggregations
On Mon, May 8, 2017 at 11:27 AM, Yonik Seeley wrote:
> I opened https://issues.apache.org/jira/browse/SOLR-10634 to address
> this performance issue.
OK, this has been committed.
A quick test shows about
On Mon, May 8, 2017 at 11:27 AM, Yonik Seeley wrote:
> I opened https://issues.apache.org/jira/browse/SOLR-10634 to address
> this performance issue.
OK, this has been committed.
A quick test shows about a 30x speedup when faceting on a
string/numeric docvalues field with 100K unique values and d
ming at that case?
>
> Please advise.
>
> Thanks
> Mikhail
>
> -Original Message-
> From: Yonik Seeley [mailto:ysee...@gmail.com]
> Sent: Sunday, May 07, 2017 6:25 PM
> To: solr-user@lucene.apache.org
> Subject: Re: JSON facet performance for aggregations
&g
recommend streaming at that case?
Please advise.
Thanks
Mikhail
-Original Message-
From: Yonik Seeley [mailto:ysee...@gmail.com]
Sent: Sunday, May 07, 2017 6:25 PM
To: solr-user@lucene.apache.org
Subject: Re: JSON facet performance for aggregations
OK, so I think I know what's going on.
> Thanks
> Mikhail
>
> -Original Message-
> From: Yonik Seeley [mailto:ysee...@gmail.com]
> Sent: Sunday, April 30, 2017 1:04 PM
> To: solr-user@lucene.apache.org
> Subject: Re: JSON facet performance for aggregations
>
> It is odd there would be quite such a big perfor
:-1,
> field:" studentId "
>
>}
> }
>
>
> Thanks
>
>
> -Original Message-
> From: Vijay Tiwary [mailto:vijaykr.tiw...@gmail.com]
> Sent: Sunday, April 30, 2017 10:44 AM
> To: solr-user@lucene.apache.org
> Subject: RE: JSON facet perform
ms:
>
> json.facet={
>studentId:{
> type:terms,
> limit:-1,
> field:" studentId "
>
>}
> }
>
>
> Thanks
>
>
> -Original Message-
> From: Vijay Tiwary [mailto:vijaykr.tiw...@gmail.com]
> Sent: Sunday, April 30, 2017 10:44 AM
-
From: Vijay Tiwary [mailto:vijaykr.tiw...@gmail.com]
Sent: Sunday, April 30, 2017 10:44 AM
To: solr-user@lucene.apache.org
Subject: RE: JSON facet performance for aggregations
Please enable doc values and try.
There is a bug in the source code which causes json facet on string field to
run ver
ld.
> It is huge difference between json and flat here. Do you know the reason
> for this? Is there a way to improve it ?
>
> -Original Message-
> From: Vijay Tiwary [mailto:vijaykr.tiw...@gmail.com]
> Sent: Sunday, April 30, 2017 9:58 AM
> To: solr-user@lucene.apache.org
>
@lucene.apache.org
Subject: Re: JSON facet performance for aggregations
Json facet on string fields run lot slower than on numeric fields. Try and see
if you can represent studentid as a numeric field.
On Apr 30, 2017 1:19 PM, "Mikhail Ibraheem"
wrote:
> Hi,
>
> I am trying to do ag
Json facet on string fields run lot slower than on numeric fields. Try and
see if you can represent studentid as a numeric field.
On Apr 30, 2017 1:19 PM, "Mikhail Ibraheem"
wrote:
> Hi,
>
> I am trying to do aggregation with JSON faceting but performance is very
> bad for one of the requests:
>
Hi,
I am trying to do aggregation with JSON faceting but performance is very bad
for one of the requests:
json.facet={
studentId:{
type:terms,
limit:-1,
field:"studentId",
facet:{
x:"sum(grades)"
}
}
}
12 matches
Mail list logo