Re: my index has 500 million docs ,how to improve solr search performance?

2011-04-13 Thread lu.rongbin
5G memory per JVM -- View this message in context: http://lucene.472066.n3.nabble.com/my-index-has-500-million-docs-how-to-improve-solr-search-performance-tp1902595p2819179.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr search performance

2011-01-11 Thread Grijesh.singh
context: http://lucene.472066.n3.nabble.com/solr-search-performance-tp2239298p2239714.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr search performance

2011-01-11 Thread Grijesh.singh
View this message in context: http://lucene.472066.n3.nabble.com/solr-search-performance-tp2239298p2239378.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr search performance

2011-01-11 Thread Isha Garg
On Wednesday 12 January 2011 10:56 AM, Grijesh.singh wrote: Which type of performance issues you have index time or query time? - Grijesh i have query time index issues.Also tell me in which condition field_type' textspell' is used. Is it effect the performance of solr query.

Re: solr search performance

2011-01-11 Thread Grijesh.singh
Which type of performance issues you have index time or query time? - Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/solr-search-performance-tp2239298p2239338.html Sent from the Solr - User mailing list archive at Nabble.com.

solr search performance

2011-01-11 Thread Isha Garg
Hi Plz tell me changes that made in solr config file to improve the solr search performance. Thanks!

Re: my index has 500 million docs ,how to imp rove solr search performance?

2010-12-09 Thread Dennis Gearon
;http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Lance Norskog To: solr-user@lucene.apache.org Sent: Wed, November 17, 2010 10:53:47 PM Subject: Re: my index has 500 million docs ,how to impro

Re: my index has 500 million docs ,how to improve solr search performance?

2010-11-17 Thread Lance Norskog
This is pretty standard. I think the problem is basic probabilities: when there are multiple shards, the query waits until the final shard responds, then does another query which may wait for more than one shard. The nature of probabilities is that there will be "stragglers" (late responses) an

Re: my index has 500 million docs ,ho w to improve solr search performance?

2010-11-17 Thread lu.rongbin
ml content: id name I'm looking forward to your opinion -- View this message in context: http://lucene.472066.n3.nabble.com/my-index-has-500-million-docs-how-to-improve-solr-search-performance-tp1902595p1916398.html Sent from the Solr - User maili

Re: my index has 500 million docs ,ho w to improve solr search performance?

2010-11-17 Thread lu.rongbin
-docs-how-to-improve-solr-search-performance-tp1902595p1916289.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: my index has 500 million docs ,how to improve solr search performance?

2010-11-15 Thread Lance Norskog
It's not that EC2 instances have slow disks, it's that they have no quota system to guarantee you X amount of throughput. I've benchmarked 1x to 3x on the same instance type at different times. That is, 300% variation in disk speeds. Filter queries are only slow once; after that they create a

Re: my index has 500 million docs ,how to improve solr search performance?

2010-11-15 Thread Toke Eskildsen
On Mon, 2010-11-15 at 06:35 +0100, lu.rongbin wrote: > In addition,my index has only two store fields, id and price, and other > fields are index. I increase the document and query cache. the ec2 > m2.4xLarge instance is 8 cores, 68G memery. all indexs size is about 100G. Looking at http://aws.ama

Re: my index has 500 million docs ,ho w to improve solr search performance?

2010-11-14 Thread lu.rongbin
-500-million-docs-how-to-improve-solr-search-performance-tp1902595p1902869.html Sent from the Solr - User mailing list archive at Nabble.com.

my index has 500 million docs ,how to improve solr search performance?

2010-11-14 Thread lu.rongbin
llion-docs-how-to-improve-solr-search-performance-tp1902595p1902595.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR search performance - Linux vs Windows servers

2010-06-16 Thread Israel Ekpo
ext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: bbarani > > To: solr-user@lucene.apache.org > > Sent: Wed, June 16, 2010 5:06:55 PM > > Subject: SOLR search performance - Linux v

Re: SOLR search performance - Linux vs Windows servers

2010-06-16 Thread Otis Gospodnetic
gt; Linux box but takes just a second in windows box. Have anyone encountered > this kind of issue before? Thanks, BB -- View this message in > context: > href="http://lucene.472066.n3.nabble.com/SOLR-search-performance-Linux-vs-Windows-servers-tp901069p901069.html"; >

SOLR search performance - Linux vs Windows servers

2010-06-16 Thread bbarani
issue before? Thanks, BB -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-search-performance-Linux-vs-Windows-servers-tp901069p901069.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to improve Solr search performance

2008-04-09 Thread Eason . Lee
> > > can you be more specific about what you mean when you say "And I got the > time from dispatchfilter..." What *exactly* are you looking at (ie: is > this a time you are seeing in a log file? ifso which log file? ... is this > timing code you added to the dispatch filter yourself? what *exactl

Re: How to improve Solr search performance

2008-04-09 Thread Chris Hostetter
: 1) how are you timing this (ie: what exactly are you measuring) : And I got the time from dispatchfilter received the request to : responsewriter write the response : It is much larger than QTime. can you be more specific about what you mean when you say "And I got the time from dispatchfilte

Re: How to improve Solr search performance

2008-04-09 Thread 李银松
2008/4/9, Chris Hostetter <[EMAIL PROTECTED]>: > > > : most of time seems to be used for the writer getting and writing the > docs > : can those docs prefetched? > > as mentiond, the documentCache can help you out in the common case, but > 1-4 seconds for just the XMLWriting seems pretty high ...

Re: How to improve Solr search performance

2008-04-08 Thread Chris Hostetter
: most of time seems to be used for the writer getting and writing the docs : can those docs prefetched? as mentiond, the documentCache can help you out in the common case, but 1-4 seconds for just the XMLWriting seems pretty high ... 1) how are you timing this (ie: what exactly are you measur

Re: How to improve Solr search performance

2008-04-08 Thread 李银松
I will try what u suggested ! Thanks a lot~ 在08-4-9,Leonardo Santagada <[EMAIL PROTECTED]> 写道: > > > On 09/04/2008, at 00:24, 李银松 wrote: > > > most of time seems to be used for the writer getting and writing the > > docs > > can those docs prefetched? > > > > > There is a cache on solr... if you

Re: How to improve Solr search performance

2008-04-08 Thread Leonardo Santagada
On 09/04/2008, at 00:24, 李银松 wrote: most of time seems to be used for the writer getting and writing the docs can those docs prefetched? There is a cache on solr... if you really want it you could make the cache and the jvm as big as your memory it should probably fit most of the 10gb i

Re: How to improve Solr search performance

2008-04-08 Thread 李银松
most of time seems to be used for the writer getting and writing the docs can those docs prefetched? 2008/4/9, Leonardo Santagada <[EMAIL PROTECTED]>: > > > On 08/04/2008, at 23:13, 李银松 wrote: > > > I'm testing solr search performance using LoadRunner > >

Re: How to improve Solr search performance

2008-04-08 Thread 李银松
; On 08/04/2008, at 23:13, 李银松 wrote: > > > I'm testing solr search performance using LoadRunner > > the index contains 5M+ docs , about 10.7GB large. > > CPU:3.2GHz*2 RAM16GB > > The result si dispirited > > max:19s min 1.5s avg 11.7s > > But the QTime is

Re: How to improve Solr search performance

2008-04-08 Thread Leonardo Santagada
On 08/04/2008, at 23:13, 李银松 wrote: I'm testing solr search performance using LoadRunner the index contains 5M+ docs , about 10.7GB large. CPU:3.2GHz*2 RAM16GB The result si dispirited max:19s min 1.5s avg 11.7s But the QTime is around 1s (simple query without facet or mlt,just fetch the t

How to improve Solr search performance

2008-04-08 Thread 李银松
I'm testing solr search performance using LoadRunner the index contains 5M+ docs , about 10.7GB large. CPU:3.2GHz*2 RAM16GB The result si dispirited max:19s min 1.5s avg 11.7s But the QTime is around 1s (simple query without facet or mlt,just fetch the top 50 IDs) So it seems that XMLWriter i