Re: Number of shards - Best practice

2017-04-05 Thread Mikhail Khludnev
FWIW, you can pass ranges of arbitrary number of shards to SPLITSHARD. Thus you can split on any number of shards. On Wed, Apr 5, 2017 at 5:39 PM, Erick Erickson wrote: > You may be confusing the number of shards you configure and how they > expand using the SPLITSHARD command. That command crea

Re: Number of shards - Best practice

2017-04-05 Thread Erick Erickson
You may be confusing the number of shards you configure and how they expand using the SPLITSHARD command. That command creates two shards where there was one before, so in that sense Solr collections can grow by a factor of 2. But that doesn't mean anything about the number of shards you started wi

Re: Number of shards - Best practice

2017-04-04 Thread Walter Underwood
> On Apr 4, 2017, at 7:38 PM, Muhammad Imad Qureshi > wrote: > > Hi > I was recently told that ideally the number of shards in a SOLR cluster > should be equal to a power of 2. If this is indeed a best practice, then what > is the rationale behind this recommendation? ThanksImad I don’t know

Number of shards - Best practice

2017-04-04 Thread Muhammad Imad Qureshi
Hi I was recently told that ideally the number of shards in a SOLR cluster should be equal to a power of 2. If this is indeed a best practice, then what is the rationale behind this recommendation? ThanksImad