uschindler commented on PR #895: URL: https://github.com/apache/lucene/pull/895#issuecomment-1128502847
What I wanted to add: Merging is mostly an IO thing. More cores would not necessarily make it faster (your SSD has a limited amount of parallelism). It may be better on different indexes placed on different SSDs, but those would have separate merge schedulers anyways. If you look a few lines up in code: If its a harddisk and spins the maximum number of threads is 1. P.S.: When we really want to change this, the documentation (javadocs) needs update, too. -- 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