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