2009/6/9 Vincent Pérès :
> We are indexing approximately 500 documents per day. My benchmark says an
> update is done in 0.7 sec just after Solr has been started. But it quickly
> decrease to 2.2 secs per update !
Per document added, or for the whole update + commit?
> I have just been focused on
Thank for your answer, I will have a look and try to find a solution.
Cheers
--
View this message in context:
http://www.nabble.com/Solr-update-performance-decrease-after-a-while-tp23945947p23980681.html
Sent from the Solr - User mailing list archive at Nabble.com.
Vincent,
It's hard to tell, but some things to look at are your JVM memory heap size,
the status of various generations in the JVM, possibility of not enough memory
and too frequent GC, etc. All can be seen with jconsole.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
---