Re: Solr cloud and batched updates

2013-04-22 Thread Erick Erickson
Thanks Yonik! You see how behind the times I get On Sun, Apr 21, 2013 at 5:07 PM, Timothy Potter wrote: > That's awesome! Thanks Yonik. > > Tim > > On Sun, Apr 21, 2013 at 1:30 PM, Yonik Seeley wrote: >> On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter >> wrote: >>> There's no problem here

Re: Solr cloud and batched updates

2013-04-21 Thread Timothy Potter
That's awesome! Thanks Yonik. Tim On Sun, Apr 21, 2013 at 1:30 PM, Yonik Seeley wrote: > On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter wrote: >> There's no problem here, but I'm curious about how batches of updates >> are handled on the Solr server side in Solr cloud? >> >> Going over the co

Re: Solr cloud and batched updates

2013-04-21 Thread Yonik Seeley
On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter wrote: > There's no problem here, but I'm curious about how batches of updates > are handled on the Solr server side in Solr cloud? > > Going over the code for DistributedUpdateProcessor and > SolrCmdDistributor, it appears that the batch is broken

Re: Solr cloud and batched updates

2013-04-21 Thread Erick Erickson
I'm pretty sure there's a JIRA to do just that, it just hasn't been implemented yet. I guess it's one of those things that would undoubtedly be more efficient, but whether it would really be noticeable or not is an open question. At any rate, there are more important fish to fry but if you'd like

Solr cloud and batched updates

2013-04-21 Thread Timothy Potter
There's no problem here, but I'm curious about how batches of updates are handled on the Solr server side in Solr cloud? Going over the code for DistributedUpdateProcessor and SolrCmdDistributor, it appears that the batch is broken down and docs are processed one-by-one. By processed, I mean that