2009/6/9 Vincent Pérès <vincent.pe...@gmail.com>:
> 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 the Schema until now, and didn't changed many
> stuffs in the solrconfig file. Maybe you have some tips which could help me
> to be more linear ?

Auto-warming (filling of caches based on previous queries) is enabled
by default and happens with each commit.  You may want to disable this
(set autowarmCount=0 on the caches in solrconfig.xml).

-Yonik
http://www.lucidimagination.com

Reply via email to