2010/9/27 newsam <new...@zju.edu.cn>:
> 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.

If you wanna get all records use q=*:* instead of Key:*  that should
give you faster results - way faster :)

Why are you actually requesting all results and how many of them are
you fetching? Maybe it would be a good idea to explain your usecase /
problem first.

simon

>
> Any comments are welcomed.
>
>
>

Reply via email to