On Fri, 23 Jul 2010 14:33:54 +0200 Peter Karich <peat...@yahoo.de> wrote:
> Gora, > > just for my interests: > does apache bench sends different queries, or from the logs, or > always the same query? > If it would be always the same query the cache of solr will come > and make the response time super small. Yes, the way that things are set up currently the query is always the same. My reasoning was that the effect of the Solr cache should be the same for both numeric, and text fields. I am going to be trying some more rigorous tests, such as turning off Solr caching, and pre-warming the query before running the tests. > I would like to find a tool or script where I can send my logfile > to solr and measure some things ... because at the moment we are > using fastbench and I would like to replace it ;-) Not sure what fastbench is, but using Solr logs as a tool to measure search times for typical searches is an interesting idea. Hmm, we will also need to do that, so maybe we can compare notes on this. Regards, Gora