Re: Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
Thanks for the answer! Does facet uses Solr Json requests or new facet API
(which is faster than the old one)?

On Mon, Apr 24, 2017 at 2:18 PM, Joel Bernstein  wrote:

> SQL has two aggregation modes: facet and map_reduce. Facet uses the json
> facet API directly so SOLR-7452 would apply if it hasn't been resolved yet.
> map_reduce always gives accurate results regardless of the cardinality but
> is slower. To increase performance using map_reduce you need to increase
> the size of the cluster (workers, shards, replicas).
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
> On Mon, Apr 24, 2017 at 5:09 AM, Furkan KAMACI 
> wrote:
>
> > Hi,
> >
> > As you know that json facet api returns inconsistent counts in cloud set
> up
> > (SOLR-7452). I would like to learn that is the situation same for Solr
> SQL
> > queries too?
> >
> > Kind Regards,
> > Furkan KAMACI
> >
>


Re: Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Joel Bernstein
SQL has two aggregation modes: facet and map_reduce. Facet uses the json
facet API directly so SOLR-7452 would apply if it hasn't been resolved yet.
map_reduce always gives accurate results regardless of the cardinality but
is slower. To increase performance using map_reduce you need to increase
the size of the cluster (workers, shards, replicas).

Joel Bernstein
http://joelsolr.blogspot.com/

On Mon, Apr 24, 2017 at 5:09 AM, Furkan KAMACI 
wrote:

> Hi,
>
> As you know that json facet api returns inconsistent counts in cloud set up
> (SOLR-7452). I would like to learn that is the situation same for Solr SQL
> queries too?
>
> Kind Regards,
> Furkan KAMACI
>


Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
Hi,

As you know that json facet api returns inconsistent counts in cloud set up
(SOLR-7452). I would like to learn that is the situation same for Solr SQL
queries too?

Kind Regards,
Furkan KAMACI