jpountz opened a new pull request, #12205: URL: https://github.com/apache/lucene/pull/12205
With this change, running `IndexGeoNames` with 20 threads goes from 16-17 seconds to 15-16 seconds. If I disable the 3 text fields - which are the main bottleneck for indexing - out of 19 fields, then indexing geonames goes from 12-13 seconds to 9-10 seconds with this change. After this change, running `IndexGeoNames` with 20 threads doesn't suffer from contention anymore. I'm only seeing a small bit of waiting due to stall control, which is expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org