sherman commented on issue #12203: URL: https://github.com/apache/lucene/issues/12203#issuecomment-1515333313
Hi, @mikemccand! Hi, Mike! I re-run the tests. My hardware: Model name: Intel(R) Xeon(R) Gold 6240R CPU @ 2.40GHz 96 cores. The test was quite simple: rewriting all doc values of a specific index segment, which is similar to what we do when we run a compaction process. So, in this test I had a segment with 8.021.709 documents and the following statistics of doc values fields (yes, we have a lot of doc values fields): SORTED_NUMERIC=1649 SORTED=1 SORTED_SET=4863 The total size of .dvd file is: 8.3G The [baseline](https://gist.github.com/sherman/85e8eec254c27247c377736316dc4f57) (single thread) took 249 seconds. The [parallel](https://gist.github.com/sherman/f0b066354180baba02f4514104ede881) test (32 threads) took 19 seconds. -- 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