On 11/29/2020 10:32 AM, Erick Erickson wrote:
And I absolutely agree with Walter that the DB is often where the bottleneck lies. You might be able to use multiple threads and/or processes to query the DB if that’s the case and you can find some kind of partition key.
IME the difficult part has always been dealing with incremental updates, if we were to roll our own, my vote would be for a database trigger that does a POST in whichever language the DBMS likes.
But this has not been a part of our "solr 6.5 update" project until now. Thanks everyone, Dima