Re: very slow add/commit time

2009-11-03 Thread Bruno
on 512. The maxBufferedDocs > is commented. If you mean queryResultMaxDocsCached, it is set on 200 but > is it used when indexing? > > -Original Message- > From: Bruno [mailto:brun...@gmail.com] > Sent: 03 November 2009 14:27 > To: solr-user@lucene.apache.org > Subjec

RE: very slow add/commit time

2009-11-03 Thread Marc Des Garets
Subject: Re: very slow add/commit time How many MB have you set of cache on your solrconfig.xml? On Tue, Nov 3, 2009 at 12:24 PM, Marc Des Garets wrote: > Hi, > > > > I am experiencing a problem with an index of about 80 millions documents > (41Gb). I am trying to update docum

Re: very slow add/commit time

2009-11-03 Thread Bruno
How many MB have you set of cache on your solrconfig.xml? On Tue, Nov 3, 2009 at 12:24 PM, Marc Des Garets wrote: > Hi, > > > > I am experiencing a problem with an index of about 80 millions documents > (41Gb). I am trying to update documents in this index using Solrj. > > > > When I do: > > solr

very slow add/commit time

2009-11-03 Thread Marc Des Garets
Hi, I am experiencing a problem with an index of about 80 millions documents (41Gb). I am trying to update documents in this index using Solrj. When I do: solrServer.add(docs); //docs is a List that contains 1000 SolrInputDocument (takes 36sec) solrServer.commit(false,false); //either ne