How do I get index size and datasize

2014-08-25 Thread Ramprasad Padmanabhan
I have solr working for my stats pages. When I run the index I need to know how much of the size occupied by solr is used for index and how much is used for storing non indexed data

Re: Can I use multiple cores

2014-08-12 Thread Ramprasad Padmanabhan
And how many machines running the SOLR ? On 12 August 2014 22:12, Noble Paul wrote: > The machines were 32GB ram boxes. You must do the RAM requirement > And how many machines running the SOLR ? I expect that I will have to add more servers. What I am looking for is how do I calculate how m

Re: Can I use multiple cores

2014-08-12 Thread Ramprasad Padmanabhan
ry. You are > just hitting 400 and I don't see much of a problem . What is your h/w bTW? > > > On Tue, Aug 12, 2014 at 12:10 PM, Ramprasad Padmanabhan < > ramprasad...@gmail.com> wrote: > > > I need to store in SOLR all data of my clients mailing activitiy

Re: Can I use multiple cores

2014-08-12 Thread Ramprasad Padmanabhan
Sorry for missing information. My solr-cores take less than 200MB of disk What I am worried about is If I run too many cores from a single solr machine there will be a limit to the number of concurrent searches it can support. I am still benchmarking for this. Also another major bottleneck I fin

Re: Can I use multiple cores

2014-08-12 Thread Ramprasad Padmanabhan
t; > * SolrCloud Document Routing by Joel: > > http://searchhub.org/2013/06/13/solr-cloud-document-routing/ > > * Multi-level composite-id routing in SolrCloud: > > http://searchhub.org/2014/01/06/10590/ > > > > > > > > On Mon, Aug 11, 2014 at 11:40 PM, Ram

Can I use multiple cores

2014-08-11 Thread Ramprasad Padmanabhan
I need to store in SOLR all data of my clients mailing activitiy The data contains meta data like From;To:Date;Time:Subject etc I would easily have 1000 Million records every 2 months. What I am currently doing is creating cores per client. So I have 400 cores already. Is this a good idea to do