>From Erik Hatcher: Try adding &debugQuery=true to your request and look at the timings in the response. What is the QueryComponent time?
As I understand it, if you look carefully at the output you'll see where time is spent, including the raw time the search takes. That'll inform your next steps.. Best Erick (not Hatcher) On Thu, Apr 30, 2009 at 6:25 AM, mirage1987 <mirage1...@gmail.com> wrote: > > hi, > I was wondering how we can improve the query response time from solr. > Is it possible to put my index into ram to increase performance.Does solr > provide any such functionality??? > (like RAMDirectory in lucene.) (working on linux) > I tried to put the index in /dev/shm/ but didn't get ny performance boost > relative to when i had it on disk. > (my index is around 600 MB and i have plenty of ram 8gb) > > My underlying lucene is providing an avg queryresponse time of 84 ms > Any idea how much solr would add to this??....can i reduce that time??? > > Thanx. > > > > -- > View this message in context: > http://www.nabble.com/Getting-better-performance-frm-Solr-tp23313500p23313500.html > Sent from the Solr - User mailing list archive at Nabble.com. > >