> On Jul 22, 2022, at 1:19 PM, dmitri maziuk <dmitri.maz...@gmail.com> wrote:
> 
>> The DIH does not yet support Solr 9 but I don't think it'll be long before
>> it does.
> 
> FWIW I've been gradually migrating our DIH imports to little python scripts; 
> with all the extra things you can do in those, and less bloat in the main 
> JVM, you gotta wonder how much interest there's gonna be in keeping that 
> alive long-term.


And I’m sure the DIH is slower, too.

We used to have the DIH pull from our Oracle database.  It took about 10 hours 
to do all 45M records.

I migrated to simple Perl program that pulled from Oracle, created JSON and 
sent it to the update handlers. We can easily run 10 in parallel and finish it 
off in about 45 minutes.

Andy

Reply via email to