On 1/24/07, Scott Leonard <[EMAIL PROTECTED]> wrote:
Can I speedup a solr add-post by threading an add process and asynchronously updating records? Or does solr do some locking that would make this irrelevant.
Some update tasks can be parallelized and some cannot. You will see a speedup by adding docs on multiple threads, but it will not be a linear increase unless your application's analysis requirements are rather cpu-intensive. -Mike