On Thu, Oct 30, 2008 at 1:02 AM, Barnett, Jeffrey <[EMAIL PROTECTED]> wrote: > I thought it was turned off already. ( Lucene vs Solr ?) Where do I make > this change?
Comment out this part in your solrconfig.xml <autoCommit> <maxDocs>20000</maxDocs> <maxTime>40000</maxTime> </autoCommit> -Yonik > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley > Sent: Wednesday, October 29, 2008 11:28 PM > To: solr-user@lucene.apache.org > Subject: Re: where's the bottleneck > > On Wed, Oct 29, 2008 at 9:48 PM, Barnett, Jeffrey > <[EMAIL PROTECTED]> wrote: >> Reported import rates start a 70 docs per second, and decrease as more >> records are added. > > It might just be segment merges (that takes more time as segments grow in > size). > From the solrconfig.xml I see you have autocommit turned on... try > with it off and see if it helps. > > -Yonik >