I have about 1000 folders, each folder consist 2581 xml files. Total of xml 
files is ~ 2.6 millions

I developed perl script, inside my script it's executed this cmd:

 curl http://localhost:7001/solr/update --data-binary "@0039000.xml" -H 
'Content-type:text/plain; charset=utf-8'

It tooks me about 4 1/2 hrs to load and commit.

I would like to know the advantages using curl to posting/add/update the xml 
files to solr comparing with using WebService::Solr module?

Is using WebService::Solr faster?

The XML files are local on the Solr Master box, so I posting it locally( not 
using wan or lan).

Any input will be much appreciated.

Thanks

Francis


Reply via email to