hossman wrote:
> 
> 
> : in my solr u have 1,42,45,223 records having some 50GB .
> : Now when iam loading a new record and when its trying optimize the docs
> its
> : taking 2 much memory and time 
> 
> : can any body please tell do we have any property in solr to get rid of
> this.
> 
> Solr isn't going to optimize the index unless you tell it to -- how are 
> you indexing your docs? are you sure you don't have something programmed 
> to send an optimize command?
> 
> 
> -Hoss
> 
>  yes ,
> From My Code 
> For Every Load iam calling the server.optimize() method
> ( Now iam planning to remove this from the code)
> in the config level i have 'mergerFactor=10'
> i have a doubt like will the mergerFactor will only do a merge  or will it
> also performs the optimization 
> if not do i need to call <autooptimize from my solrConfig 
> in that case for my 50Gb will it takes less time .
> 
> 
> Please clearify me
> Thanks in advance
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/optimize-is-taking-too-much-time-tp27561570p27634994.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to