Nothing that I know of, but I've been considering writing a python
script to hammer Solr with multiple threads to check for concurrency
issues.  Something to check for performance would be nice as well.

-Yonik

On 3/6/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
does anyone have performance testing scripts for /update?

The three key things i'd like to test are:

* SOLR-139, i'd like to make sure using the IndexDocumentCommand
(without modifying the existing document) is equivalent to what we
have.

* /update as servlet vs /update/xml as filter -- *should* be the same

* most importantly, SOLR-133 - i've been using StAX in a bunch of
custom handlers - its much easier then XPP and purports to be equally
fast.  we should make sure.

Any pointers would be great.

It would be nice to have a performance test in /trunk that adds a ton
of files and spits back timing info.

thanks
ryan

Reply via email to