You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jamie Johnson <je...@gmail.com> on 2012/03/16 18:34:06 UTC

Performance Question

I'm curious if anyone tell me how Solr/Lucene performs in a situation
where you have 100,000 documents each with 100 tokens vs having
1,000,000 documents each with 10 tokens.  Should I expect the
performance to be the same?  Any information would be greatly
appreciated.

Re: Performance Question

Posted by Bill Bell <bi...@gmail.com>.
The size of the index does matter practically speaking.

Bill Bell
Sent from mobile


On Mar 19, 2012, at 11:41 AM, Mikhail Khludnev <mk...@griddynamics.com> wrote:

> Exactly. That's what I mean.
> 
> On Mon, Mar 19, 2012 at 6:15 PM, Jamie Johnson <je...@gmail.com> wrote:
> 
>> Mikhail,
>> 
>> Thanks for the response.  Just to be clear you're saying that the size
>> of the index does not matter, it's more the size of the results?
>> 
>> On Fri, Mar 16, 2012 at 2:43 PM, Mikhail Khludnev
>> <mk...@griddynamics.com> wrote:
>>> Hello,
>>> 
>>> Frankly speaking the computational complexity of Lucene search depends
>> from
>>> size of search result: numFound*log(start+rows), but from size of index.
>>> 
>>> Regards
>>> 
>>> On Fri, Mar 16, 2012 at 9:34 PM, Jamie Johnson <je...@gmail.com>
>> wrote:
>>> 
>>>> I'm curious if anyone tell me how Solr/Lucene performs in a situation
>>>> where you have 100,000 documents each with 100 tokens vs having
>>>> 1,000,000 documents each with 10 tokens.  Should I expect the
>>>> performance to be the same?  Any information would be greatly
>>>> appreciated.
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Sincerely yours
>>> Mikhail Khludnev
>>> Lucid Certified
>>> Apache Lucene/Solr Developer
>>> Grid Dynamics
>>> 
>>> <http://www.griddynamics.com>
>>> <mk...@griddynamics.com>
>> 
> 
> 
> 
> -- 
> Sincerely yours
> Mikhail Khludnev
> Lucid Certified
> Apache Lucene/Solr Developer
> Grid Dynamics
> 
> <http://www.griddynamics.com>
> <mk...@griddynamics.com>

Re: Performance Question

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
Exactly. That's what I mean.

On Mon, Mar 19, 2012 at 6:15 PM, Jamie Johnson <je...@gmail.com> wrote:

> Mikhail,
>
> Thanks for the response.  Just to be clear you're saying that the size
> of the index does not matter, it's more the size of the results?
>
> On Fri, Mar 16, 2012 at 2:43 PM, Mikhail Khludnev
> <mk...@griddynamics.com> wrote:
> > Hello,
> >
> > Frankly speaking the computational complexity of Lucene search depends
> from
> > size of search result: numFound*log(start+rows), but from size of index.
> >
> > Regards
> >
> > On Fri, Mar 16, 2012 at 9:34 PM, Jamie Johnson <je...@gmail.com>
> wrote:
> >
> >> I'm curious if anyone tell me how Solr/Lucene performs in a situation
> >> where you have 100,000 documents each with 100 tokens vs having
> >> 1,000,000 documents each with 10 tokens.  Should I expect the
> >> performance to be the same?  Any information would be greatly
> >> appreciated.
> >>
> >
> >
> >
> > --
> > Sincerely yours
> > Mikhail Khludnev
> > Lucid Certified
> > Apache Lucene/Solr Developer
> > Grid Dynamics
> >
> > <http://www.griddynamics.com>
> >  <mk...@griddynamics.com>
>



-- 
Sincerely yours
Mikhail Khludnev
Lucid Certified
Apache Lucene/Solr Developer
Grid Dynamics

<http://www.griddynamics.com>
 <mk...@griddynamics.com>

Re: Performance Question

Posted by Jamie Johnson <je...@gmail.com>.
Mikhail,

Thanks for the response.  Just to be clear you're saying that the size
of the index does not matter, it's more the size of the results?

On Fri, Mar 16, 2012 at 2:43 PM, Mikhail Khludnev
<mk...@griddynamics.com> wrote:
> Hello,
>
> Frankly speaking the computational complexity of Lucene search depends from
> size of search result: numFound*log(start+rows), but from size of index.
>
> Regards
>
> On Fri, Mar 16, 2012 at 9:34 PM, Jamie Johnson <je...@gmail.com> wrote:
>
>> I'm curious if anyone tell me how Solr/Lucene performs in a situation
>> where you have 100,000 documents each with 100 tokens vs having
>> 1,000,000 documents each with 10 tokens.  Should I expect the
>> performance to be the same?  Any information would be greatly
>> appreciated.
>>
>
>
>
> --
> Sincerely yours
> Mikhail Khludnev
> Lucid Certified
> Apache Lucene/Solr Developer
> Grid Dynamics
>
> <http://www.griddynamics.com>
>  <mk...@griddynamics.com>

Re: Performance Question

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
Hello,

Frankly speaking the computational complexity of Lucene search depends from
size of search result: numFound*log(start+rows), but from size of index.

Regards

On Fri, Mar 16, 2012 at 9:34 PM, Jamie Johnson <je...@gmail.com> wrote:

> I'm curious if anyone tell me how Solr/Lucene performs in a situation
> where you have 100,000 documents each with 100 tokens vs having
> 1,000,000 documents each with 10 tokens.  Should I expect the
> performance to be the same?  Any information would be greatly
> appreciated.
>



-- 
Sincerely yours
Mikhail Khludnev
Lucid Certified
Apache Lucene/Solr Developer
Grid Dynamics

<http://www.griddynamics.com>
 <mk...@griddynamics.com>