jpountz commented on pull request #1912: URL: https://github.com/apache/lucene-solr/pull/1912#issuecomment-707678374
I ran the benchmark I mentioned above: - wikimediumall - no body field, only `title` indexed as a keyword and doc-value fields to make the indexing chain cheaper - 18 indexing threads - 3 merge threads | Branch | Indexing time (s) | Number of flushes | | ------------- | ------------- | -- | | master | 134 | 48 | | master | 125 | 48 | | master | 154 | 47 | | master | 139 | 47 | | patch | 139 | 36 | | patch | 123 | 39 | | patch | 141 | 38 | | patch | 142 | 36 | Indexing times are a bit noisy so it's tricky to say whether it makes things faster or slower, but the total number of flushes is consistently smaller. ---------------------------------------------------------------- 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. 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