Re: Under-utilization during streaming expression execution

2019-02-15 Thread Joel Bernstein
Use large batches and fetch instead of hashjoin and lots of parallel workers. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Feb 15, 2019 at 7:48 PM Joel Bernstein wrote: > You can run in parallel and that should help quite a bit. But at a really > large batch job is better done like thi

Re: Under-utilization during streaming expression execution

2019-02-15 Thread Joel Bernstein
You can run in parallel and that should help quite a bit. But at a really large batch job is better done like this: https://joelsolr.blogspot.com/2016/10/solr-63-batch-jobs-parallel-etl-and.html Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Feb 14, 2019 at 6:10 PM Gus Heck wrote: > Hi