Quote:
After doing an upgrade to 3.1.1 and switching to using ScrollableResults instead of HQL I was happy to see a performance boost in the batch indexing.
from 3.1.0 to 3.1.1 there were some improvements on FullTextScrollableResults, but I quess you're meaning Hibernate Core's ScrollableResults performance which is not affected by Search, so switching away from HQL should be the only reason of your performance boost.
Quote:
I don't know if you guys have any sway in escalating this but by this not working it really hurts Hibernate Search and the recommended approach for indexing is broken with this problem.
Thanks, this is interesting, I agree I'll try escalating this to someone more skilled on core.
Quote:
This very unfortunately increased my batch indexing time by a factor of 7
If you want to push your batch indexing time I'd appreciate some feedback on current trunk, as there is a batch indexer using multiple threads. It should be faster and unaffected by this issues. Please see
https://forum.hibernate.org/viewtopic.php?f=9&t=998976 for some instructions.