Hi,

We are using Solr 4.4 to ingest geo data and it's really slow. When we don't 
index the geo it takes seconds to ingest 100, 000 records but as soon as we add 
it takes 2 hours.

Also we found that when changing the distErrPct from 0.025 to 0.1, 1000 rows 
are ingested in 20 sec vs 2 min. But we can't change that setting as we want 
our search to be as accurate as possible.

About the environment we are running Solr on 6 CPUs and 8GB of memory. We've 
been monitoring the VMs and they seem to be ok.

We are running on Tomcat but we might switch to Jetty to see if that will 
increase the performance.

We use ConcurrentUpdateSolrServer(httpSolrServer, 5000, 2);

We are saving a bean rather than a solr document (server.addBean(item)). I'm 
not sure if that could make it slow as it's going to do some conversion?

Can you please let me know what are the best settings for Solr? Maybe some 
changes in the solrconfig.xml or the schema.xml?
What are the preferred environment settings and resources?

Thank you!
Marta

Reply via email to