How many documents do  you have?   What are the queries?  I'd guess your query 
complexity (or load) is to blame here, not index size.  What version of Solr?

Until you know what is causing the slow queries, sharding is not something to 
consider I'd say.  But yes, you would want to reindex to distribute the 
documents.

        Erik


On Aug 17, 2012, at 02:21 , Sujatha Arun wrote:

> Hello,
> 
> One of the Index in a multicore set up has a 3GB+ index ,and it seems to
> take around 5000ms+ to return simple boolean queries . The Index is
> not optimized
> Would it make sense to shard the index as cores in the same server to
> expect better response time?
> 
> do I have to re index all over again to distribute the documents between 2
> shards ?
> 
> Regards
> Sujatha

Reply via email to