How big are your documents? Is your index on local disk or network- mounted disk?

wunder

On Sep 10, 2009, at 6:39 AM, Yonik Seeley wrote:

On Thu, Sep 10, 2009 at 9:13 AM, Dan A. Dickey <dan.dic...@savvis.net> wrote:
I'm posting documents to Solr using http (curl) from
C++/C code and am seeing approximately 3.3 - 3.4
documents per second being posted.  Is this to be expected?

No, that's very slow.
Are you using libcurl, or actually forking a new process for every document?
Are you committing on every document?

If you can, using Java would make your life much easier since you
could use the SolrJ client and it's binary protocol for indexing.

-Yonik
http://www.lucidimagination.com


Reply via email to