Re: Solr 7.2.1 - Performance recommendation needed

2019-10-23 Thread Erick Erickson
I suggest you use something like GCViewer to analyze it and report on what you see and any specific questions you have. Erick > On Oct 22, 2019, at 7:23 PM, saravanamanoj wrote: > > Thanks Erick, > > Below is the link for our GC report when the incident happened. > > https://nam03.safelinks.

Re: Solr 7.2.1 - Performance recommendation needed

2019-10-22 Thread saravanamanoj
Thanks Erick, Below is the link for our GC report when the incident happened. https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgceasy.io%2Fmy-gc-report.jsp%3Fp%3DYXJjaGl2ZWQvMjAxOS8xMC83Ly0tMDJfc29scl9nYy5sb2cuNi5jdXJyZW50LS0xNC00My01OA%3D%3D%26channel%3DWEB&data=02%7C01%7CSethur

Re: Solr 7.2.1 - Performance recommendation needed

2019-10-22 Thread Erick Erickson
Impossible to say, see: https://lucidworks.com/post/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/ Lucene uses MMapDirectory, see: https://dzone.com/articles/use-lucene%E2%80%99s-mmapdirectory, so the size of the searchable portions of your index relative to physical memo

Solr 7.2.1 - Performance recommendation needed

2019-10-22 Thread saravanamanoj
Hi, We have a solrCloud with 2 solr servers with 3 zookeepers. We have around 90 collections. Each having shard size of 8 and replication factor of 2. Some collections have shard size of 16 as well. Atleast 10 collections will have 200M records. Some has 100M records with ~400 fields. We are curre

RE: Performance Recommendation

2007-10-26 Thread Wagner,Harry
Thank Erik, That fixed the problem. Cheers! harry -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 4:41 PM To: solr-user@lucene.apache.org Subject: Re: Performance Recommendation On Oct 25, 2007, at 4:19 PM, Wagner,Harry wrote: > Wh

Re: Performance Recommendation

2007-10-25 Thread Chris Hostetter
: Subject: Performance Recommendation : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the subject line o

Re: Performance Recommendation

2007-10-25 Thread Erik Hatcher
On Oct 25, 2007, at 4:19 PM, Wagner,Harry wrote: Where is a good place to look for some performance recommendations? We have a 2.4G index running on server with 16G. Overall performance is very good, but the initial sort on an index is too slow. Any idea what, if anything, in the solrConfig w

Performance Recommendation

2007-10-25 Thread Wagner,Harry
Where is a good place to look for some performance recommendations? We have a 2.4G index running on server with 16G. Overall performance is very good, but the initial sort on an index is too slow. Any idea what, if anything, in the solrConfig would help that? Thanks... harry