We used SOLR 1.4. All queries were excuted in SOLR back-end. I guess that I/O operations consume the time too much.
>From: "newsam" <new...@zju.edu.cn> >Reply-To: solr-user@lucene.apache.org"newsam" <new...@zju.edu.cn> >To: solr-user@lucene.apache.org >Subject: Re:The search response time is too loong >Date: Mon, 27 Sep 2010 16:05:49 +0800 > >I have setup a SOLR searcher instance with Tomcat 5.5.21. However, the >response time is too long. Here is my scenario: >1. The index file is 8.2G. The doc num is 6110745. >2. DELL Server: Intel(R) Xeon(TM) CPU (4 cores) 3.00GHZ, 6G Mem. > >I used "Key:*" to query all records by localhost:8080. The response time is >68703 milliseconds. The cpu load is 50% and mem useage is over 400M. > >Any comments are welcomed. > > >