Jagdish Vasani-2 wrote:
> 
> Hi,
> 
> you should not optimize index after each insert of document.insted you
> should optimize it after inserting some good no of documents.
> because in optimize it will merge  all segments to one according to
> setting
> of lucene index.
> 
> thanks,
> Jagdish
> On Fri, Feb 12, 2010 at 4:01 PM, mklprasad <mklpra...@gmail.com> wrote:
> 
>>
>> hi
>> 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.
>>
>> Thanks in advance
>>
>> --
>> View this message in context:
>> http://old.nabble.com/optimize-is-taking-too-much-time-tp27561570p27561570.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>>
> 
> 

Yes,
Thanks for reply 
i have removed the optmize() from  code. but i have a doubt ..
1.Will  mergefactor internally do any optmization (or) we have to specify
<autoOptimze >
2. Even if solr initaiates optmize if i have a large data like 52GB will
that takes huge time?

Thanks,
Prasad



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

Reply via email to