Re: Solr indexing performance

2019-12-05 Thread Shawn Heisey
On 12/5/2019 10:42 PM, Paras Lehana wrote: Can ulimit settings impact this? Review once. If the OS limits prevent Solr from opening a file or starting a thread, it is far more likely

Re: Solr indexing performance

2019-12-05 Thread Paras Lehana
Can ulimit settings impact this? Review once. On Thu, 5 Dec 2019 at 23:31, Shawn Heisey wrote: > On 12/5/2019 10:28 AM, Rahul Goswami wrote: > > We have a Solr 7.2.1 Solr Cloud setup w

Re: Solr indexing performance

2019-12-05 Thread Shawn Heisey
On 12/5/2019 10:28 AM, Rahul Goswami wrote: We have a Solr 7.2.1 Solr Cloud setup where the client is indexing in 5 parallel threads with 5000 docs per batch. This is a test setup and all documents are indexed on the same node. We are seeing connection timeout issues thereafter some time into ind

Re: Solr indexing performance

2019-12-05 Thread Vincenzo D'Amore
Hi, the clients are reusing their SolrClient? Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 5 Dec 2019, at 18:28, Rahul Goswami wrote: > > Hello, > > We have a Solr 7.2.1 Solr Cloud setup where the client is indexing in 5 > parallel threads with 5000 docs per batch. This is a te

Re: Solr Indexing Performance

2011-02-07 Thread Gora Mohanty
On Sat, Feb 5, 2011 at 2:06 PM, Darx Oman wrote: > I indexed 1000 pdf file with the same configuration, it completed in about > 32 min. So, it seems like your indexing scales at least as well as the number of the PDF documents that you have. While this might be good news in your case, it is diff

Re: Solr Indexing Performance

2011-02-05 Thread Darx Oman
I indexed 1000 pdf file with the same configuration, it completed in about 32 min.

Re: Solr Indexing Performance

2011-02-04 Thread Otis Gospodnetic
ssage > From: Tomás Fernández Löbbe > To: solr-user@lucene.apache.org > Sent: Mon, January 31, 2011 10:13:32 AM > Subject: Re: Solr Indexing Performance > > Well, I would say that the best way to be sure is to benchmark different > configurations. > As far as I know,

Re: Solr Indexing Performance

2011-02-01 Thread Darx Oman
Thanx Tomas I'll try with different configuration

Re: Solr Indexing Performance

2011-01-31 Thread Tomás Fernández Löbbe
Well, I would say that the best way to be sure is to benchmark different configurations. As far as I know, it's usually not recommended such a big RAM Buffer size, default is 32 MB and probably won't get any improvements using more than 128 MB. The same with the mergeFactor, I know that a larger me