Re: Tuning Merge Settings for Solr Cloud

2023-05-18 Thread Shawn Heisey
On 5/16/23 00:35, Saksham Gupta wrote: 1. Do we need to perform full indexing in order to bring the changes in merge setting(segmentsPerTier) to action. Changing the settings will affect any new merges. Depending on the change made, that might result in significant merge activity right away,

Re: Tuning Merge Settings for Solr Cloud

2023-05-18 Thread Wei
Hi Saksham, You don't have to perform full indexing for the merge policy setting change. For the ideal settings, it depends on what you are trying to optimize. Generally more merges and smaller number of segments help to improved search performance. Thanks, Wei On Thu, May 18, 2023 at 11:39 AM

Re: Tuning Merge Settings for Solr Cloud

2023-05-18 Thread Saksham Gupta
Hi All, Any help regarding this problem? On Tue, May 16, 2023 at 12:05 PM Saksham Gupta wrote: > Hi team, > We use a solr cloud where more than 4 million search requests are served > and more than 50 million documents are updated daily. > We want to tune the merge configuration of solr to improv

Tuning Merge Settings for Solr Cloud

2023-05-15 Thread Saksham Gupta
Hi team, We use a solr cloud where more than 4 million search requests are served and more than 50 million documents are updated daily. We want to tune the merge configuration of solr to improve searching and indexing performance. 1. Do we need to perform full indexing in order to bring the change