Re: **SPAM** Re: SolrCloud scaling/optimization for high request rate

2018-11-12 Thread Ere Maijala
From what I've gathered and what's been my experience docValues should be enabled, but if you can't think of anything else, I'd try turning them off to see if it makes any difference. As far as I can recall turning them off will increase usage of Solr's own caches and that caused noticeable

Re: **SPAM** Re: SolrCloud scaling/optimization for high request rate

2018-11-12 Thread Sofiya Strochyk
Thanks for the suggestion Ere. It looks like they are actually enabled; in schema file the field is only marked as stored (field name="_id" type="string" multiValued="false" indexed="true" required="true" stored="true") but the admin UI shows DocValues as enabled, so I guess this is by

Re: **SPAM** Re: SolrCloud scaling/optimization for high request rate

2018-10-29 Thread Sofiya Strochyk
Hi Walter, yes, after some point it gets really slow (before reaching 100% CPU usage), so unless G1 or further tuning helps i guess we will have to add more replicas or shards. On 26.10.18 20:57, Walter Underwood wrote: The G1 collector should improve 95th percentile performance, because