What is your index size? How much memory is used? What type of queries are slow? Are there GC pauses as they can be a cause of slowness? Are document updates/additions happening in parallel?
The queries are very slow to run so I was thinking to distribute the indexes into multiple indexes and consequently distributed search. Can anyone guide me to some sources (articles) that discuss this in Solr Cloud? This is what you are already doing. Did you mean that you want to add more shards? Regards, Modassar On Thu, Nov 5, 2015 at 1:51 PM, Salman Ansari <salman.rah...@gmail.com> wrote: > Hi, > > I am using Solr cloud and I have created a single index that host around > 70M documents distributed into 2 shards (each having 35M documents) and 2 > replicas. The queries are very slow to run so I was thinking to distribute > the indexes into multiple indexes and consequently distributed search. Can > anyone guide me to some sources (articles) that discuss this in Solr Cloud? > > Appreciate your feedback regarding this. > > Regards, > Salman >