Re: max docs, deleted docs optimization

2017-11-01 Thread kshitij tyagi
Thanks eric for your promp response, it was really helpful. On Tue, Oct 31, 2017 at 8:30 PM, Erick Erickson wrote: > 1> 2 lakh at most. If the standard background merging is going on it > may be less than that. > > 2> Some, but whether you notice or not is an open question. In an > index with on

Re: max docs, deleted docs optimization

2017-10-31 Thread Erick Erickson
1> 2 lakh at most. If the standard background merging is going on it may be less than that. 2> Some, but whether you notice or not is an open question. In an index with only 10 lakh docs, it's unlikely even having 50% deleted documents is going to make much of a difference. 3> Yes, the deleted do

max docs, deleted docs optimization

2017-10-31 Thread kshitij tyagi
Hi, I am using atomic update to update one of the fields, I want to know : 1. if total docs in core are 10 lakh and I partially update 2 lakhs docs then what will be the number of deleted docs? 2. Does higher number of deleted docs have affect on query time? means does query time increases if de