: I want to know how long solr will take to process a unique query taking full
: advantage of OS i/o buffers. I think executing a set of unique queries from a
start up Solr, send it a "healthy" number of unique queries until your
system stats indicate that your free mem has leveled off (now you
We do two kinds of load testing for our Solr search farm.
1. Zipf distribution, using a log of user queries. This tests the
engine without any caching in front.
2. Flat distribution, using unique queries (sort|uniq on the above
log). This is a worst case load with a perfect cache in front.
In bo
On rereading my original post it does sound weird. Let me try again and
thanks for bearing with me.
I want to know how long solr will take to process a unique query taking
full advantage of OS i/o buffers. I think executing a set of unique
queries from a cold start should measure that if I
Hi,
I think you are describing some "weird" unrealistic scenarios.
There is typically no need to test "just solr" without relying on disk caches.
Not using disk buffers will only work in trivial scenarios, but if you really
want to test it, run something that hogs memory while running solr perf