I think there are no inplace updates in solr , that means updates behaves
like inserts and marking old version deleted. so behaviors should be same
as indexing billions of docs.

On Wed, Mar 16, 2016 at 3:52 PM, Mohsin Beg Beg <mohsin....@oracle.com>
wrote:

> Hi,
>
> I have a requirement to replace a value of a field in 100B's of docs in
> 100's of cores.
> The field is multiValued=false docValues=true type=StrField stored=true
> indexed=true.
>
> Atomic Updates performance is on the order of 5K docs per sec per core in
> solr 5.3 (other fields are quite big).
>
> Any suggestions ?
>
> -Mohsin
>

Reply via email to