You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Susheel Kumar <su...@thedigitalgroup.net> on 2014/02/19 21:04:11 UTC

Does SolrCloud Improves Indexing or Slows it down

Hi,

If we setup a solr cloud with 3 nodes and then we have like 100+ million documents to index. How we should be indexing a) will the indexing request be going to each machine assuming we are able to divide data based on some field or b) we should be sending the request to one end point and what should be end point? 

Can you please clarify and reading this article it says indexing may become slower. 

http://stackoverflow.com/questions/13500955/does-solrclouds-scalability-extend-to-indexing  


Please suggest & let me know if you need more info.

Thnx

RE: Does SolrCloud Improves Indexing or Slows it down

Posted by Susheel Kumar <su...@thedigitalgroup.net>.
Thanks for your reply, Kranti. If we want to shard the index into 3 nodes  does the slave/master concept will help and we are using solr 4.6 so should we utilize the concept of master/slave or move to sharding concept.

-----Original Message-----
From: Kranti Parisa [mailto:kranti.parisa@gmail.com] 
Sent: Wednesday, February 19, 2014 2:12 PM
To: solr-user@lucene.apache.org
Subject: Re: Does SolrCloud Improves Indexing or Slows it down

Why don't you do parallel indexing and then merge everything into one and replicate that from the master to the slaves in SolrCloud?

Thanks,
Kranti K. Parisa
http://www.linkedin.com/in/krantiparisa



On Wed, Feb 19, 2014 at 3:04 PM, Susheel Kumar < susheel.kumar@thedigitalgroup.net> wrote:

> Hi,
>
> If we setup a solr cloud with 3 nodes and then we have like 100+ 
> million documents to index. How we should be indexing a) will the 
> indexing request be going to each machine assuming we are able to 
> divide data based on some field or b) we should be sending the request 
> to one end point and what should be end point?
>
> Can you please clarify and reading this article it says indexing may 
> become slower.
>
>
> http://stackoverflow.com/questions/13500955/does-solrclouds-scalabilit
> y-extend-to-indexing
>
>
> Please suggest & let me know if you need more info.
>
> Thnx
>

Re: Does SolrCloud Improves Indexing or Slows it down

Posted by Kranti Parisa <kr...@gmail.com>.
Why don't you do parallel indexing and then merge everything into one and
replicate that from the master to the slaves in SolrCloud?

Thanks,
Kranti K. Parisa
http://www.linkedin.com/in/krantiparisa



On Wed, Feb 19, 2014 at 3:04 PM, Susheel Kumar <
susheel.kumar@thedigitalgroup.net> wrote:

> Hi,
>
> If we setup a solr cloud with 3 nodes and then we have like 100+ million
> documents to index. How we should be indexing a) will the indexing request
> be going to each machine assuming we are able to divide data based on some
> field or b) we should be sending the request to one end point and what
> should be end point?
>
> Can you please clarify and reading this article it says indexing may
> become slower.
>
>
> http://stackoverflow.com/questions/13500955/does-solrclouds-scalability-extend-to-indexing
>
>
> Please suggest & let me know if you need more info.
>
> Thnx
>