--- On Wed, 5/11/11, javaxmlsoapdev <vika...@yahoo.com> wrote:
> From: javaxmlsoapdev <vika...@yahoo.com> > Subject: Solr performance > To: solr-user@lucene.apache.org > Date: Wednesday, May 11, 2011, 2:07 PM > I have some 25 odd fields with > "stored=true" in schema.xml. Retrieving back > 5,000 records back takes a few secs. I also tried passing > "fl" and only > include one field in the response but still response time > is same. What are > the things to look to tune the performance. By saying response time you mean QTime in the solr response header? Latency time is not included in solr's QTime. Add &debugQuery=on on see which component is taking long. http://wiki.apache.org/solr/SolrPerformanceFactors